goupaz / goupaz.com

Community driven open source accelerator
MIT License
220 stars 32 forks source link

Data structures algorithms #97

Open sakomws opened 4 years ago

sakomws commented 4 years ago

https://www.udemy.com/share/101r90BUUfcl9UQHo=/

sakomws commented 4 years ago

https://medium.com/free-code-camp/these-are-the-best-free-courses-to-learn-data-structures-and-algorithms-in-depth-4d52f0d6b35a

vgrch commented 4 years ago

https://www.udemy.com/course/master-the-coding-interview-data-structures-algorithms/

Strongly recommended for beginners

sakomws commented 4 years ago

@vgrch hecne demirem, senin kimi community uzvleri olsun, dagi dag uste qoymaga yeter!

orkhan-huseyn commented 4 years ago

The best FREE courses on Algorithms & Data Structures by Princeton University:

https://www.coursera.org/learn/algorithms-part1/ https://www.coursera.org/learn/algorithms-part2/

Taught by Robert Sedgewick who is the author of Algorithms book.

The materials are clearly explained by bringing up the problem, analyzing the time and space complexity and coming up with the better solution. Also showing the real life use cases of the algorithms and data structures that are taught.

Introduction to Algorithms videos by MIT OpenCourseWare is also recommended.

sakomws commented 4 years ago

Thanks @orkhan-huseyn !!!! Please, keep contributing links you found useful for you

ehtiramabdullayev commented 4 years ago

https://github.com/jwasham/coding-interview-university#data-structures

sakomws commented 4 years ago

Dont forget to star project @ehtiramabdullayev ;)

ehtiramabdullayev commented 4 years ago

starred 🥇

sakomws commented 4 years ago

https://github.com/TheAlgorithms

sakomws commented 4 years ago

https://www.cs.auckland.ac.nz/compsci105s1c/resources/ProblemSolvingwithAlgorithmsandDataStructures.pdf

miriyusifli commented 2 years ago

@sakomws Hello, I watched this session on Youtube. But, I could not find the slides on GitHub. Could you please share the link?

Thanks in advance.