1
0
mirror of https://github.com/mtdvio/every-programmer-should-know.git synced 2025-07-31 12:00:25 +02:00

Merge pull request #64 from ismagilov/algos-visualization

Add algos visualization resource
This commit is contained in:
Alexey Migutsky
2017-09-23 12:38:40 +02:00
committed by GitHub

View File

@@ -29,6 +29,7 @@ But knowing the stuff will help you become better! :muscle:*
- [Big O Cheatsheet](http://bigocheatsheet.com/)
- :book: [Grokking Algorithms](https://www.goodreads.com/book/show/22847284-grokking-algorithms-an-illustrated-guide-for-programmers-and-other-curio)
- [Sorting Algorithms](https://visualgo.net/en/sorting)
- [Algorithms Visualization](http://www.cs.usfca.edu/~galles/visualization/Algorithms.html)
### Data Structures
- :movie_camera: [UC Berkeley, Data Structures Course](https://archive.org/details/ucberkeley-webcast-PL-XXv-cvA_iAlnI-BQr9hjqADPBtujFJd)