└── README.md /README.md: -------------------------------------------------------------------------------- 1 | 2 | # Collection of useful links to Data Structures and Algorithms Cheat Sheet 3 | 4 | # Cheat Sheet 5 | 6 | ## [Big-O Cheat Sheet](http://bigocheatsheet.com/) 7 | 8 | ## [Tech Interview Cheat Sheet](https://gist.github.com/TSiege/cbb0507082bb18ff7e4b) 9 | 10 | ## [Data Structures Cheat Sheet](https://www.clear.rice.edu/comp160/data_cheat.html) 11 | 12 | 13 | ## [Algorithms Intro](http://cooervo.github.io/Algorithms-DataStructures-BigONotation/intro.html) 14 | 15 | 16 | ## [Algorithms Continued](http://cooervo.github.io/Algorithms-DataStructures-BigONotation/algorithms.html) 17 | 18 | 19 | ## [Visualising Data Structures and Algorithms](https://visualgo.net/en) 20 | 21 | 22 | ## [Algorithms, 4th Edition by Robert Sedgewick and Kevin Wayne](https://algs4.cs.princeton.edu/home/) 23 | 24 | ## [Notes on Data Structures and Programming Techniques ](http://www.cs.yale.edu/homes/aspnes/classes/223/notes.html#tailRecursion) 25 | 26 | # Code Repos 27 | 28 | ## [Data Structures and Algo in Java](https://github.com/phishman3579/java-algorithms-implementation) 29 | 30 | 31 | ## [Algorrithms in Python](https://github.com/prakhar1989/Algorithms) 32 | 33 | 34 | ## [Algorithms and Data Structures in C++](https://github.com/xtaci/algorithms) 35 | 36 | 37 | --------------------------------------------------------------------------------