From 9a49888b7cd2e3a55930645903e1eddfcfe2fde8 Mon Sep 17 00:00:00 2001 From: Ian Fillipe Pontes Ferreira Date: Mon, 17 Oct 2022 20:39:37 -0300 Subject: [PATCH] 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 Co-authored-by: Eric Hellman --- courses/free-courses-pt_BR.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/courses/free-courses-pt_BR.md b/courses/free-courses-pt_BR.md index 27aec8b76..fc5231756 100644 --- a/courses/free-courses-pt_BR.md +++ b/courses/free-courses-pt_BR.md @@ -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