Sorting free programming course pt br (#8501)

* Adding sorting algorithms Course

* Update free-courses-pt_BR.md

* Update courses/free-courses-pt_BR.md

Co-authored-by: Eric Hellman <eric@hellman.net>

Co-authored-by: Eric Hellman <eric@hellman.net>
This commit is contained in:
Ian Fillipe Pontes Ferreira 2022-10-17 20:39:37 -03:00 committed by GitHub
parent 89cd2906d0
commit 9a49888b7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,6 +30,7 @@
* [Networking](#networking)
* [Node.js](#nodejs)
* [PHP](#php)
* [Programação](#programação)
* [Python](#python)
* [Raspberry Pi](#raspberry-pi)
* [React Native](#react-native)
@ -277,6 +278,11 @@
* [PHP para quem entende PHP](https://www.udemy.com/php-para-quem-entende-php/) - Alexandre Cardoso (Udemy)
### Programação
* [Algoritmos de Ordenação](https://www.youtube.com/playlist?list=PLzZut2slkqywtFxqTY8AQwIG65h_2oMBL) - Bruno Ribas
### Python
* [Algoritmos em Python](https://algoritmosempython.com.br) - Douglas do Couto