Data Structure cheat sheet



This content originally appeared on DEV Community and was authored by Peter Haddad

Data structure cheat sheet in which I explain in simple terms how to use and implement different data structures and also explain about the different algorithms related to searching and sorting. In the repository i use both Python and Java.

You can find the repository here:

https://github.com/PeterHdd/coding-interview-preparations


This content originally appeared on DEV Community and was authored by Peter Haddad