From 770b63a9b79242b1d0edf25b304e22f6fad12368 Mon Sep 17 00:00:00 2001 From: Marcelo Boeira Date: Wed, 8 May 2019 20:36:36 +0200 Subject: [PATCH] Add data structures and algorithms classes --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 9cab513..ad2e3b9 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,12 @@ At the moment this is not useful for anyone but myself, if at some point I find * Go * Garbage Collector * [Golang's Realtime GC in Theory and Practice](https://www.youtube.com/watch?v=bMujSVMarqY) 📼 🆓 + * Programming Topics + * Algorithms and Data Structures + * [Udacity - Intro to Data Structures and Algorithms by Google](https://eu.udacity.com/course/data-structures-and-algorithms-in-python--ud513) 🆓 🎓 📼 + * [Coursera - Algorithms - Part 1 - Elementary data structures, sorting, and searching algorithms](https://www.coursera.org/learn/algorithms-part1) 🆓 🎓 📼 + * [Coursera - Algorithms - Part 2 - Graph and string-processing algorithms](https://www.coursera.org/learn/algorithms-part2) 🆓 🎓 📼 + * [Courated List of the 10 best free resources](https://medium.freecodecamp.org/these-are-the-best-free-courses-to-learn-data-structures-and-algorithms-in-depth-4d52f0d6b35a) 📰 🆓 * Databases * SQL * Postgres