Tagged data-structures
2 notes
Topics
The full checklist of data structures, algorithms and named patterns worth knowing, with what to know about each and which ones are already written up.
#dsa#topics#checklist#algorithms#data-structures#interview
Java Collections
Cheat sheet for the Java collections framework plus strings and arrays, with the Big-O of every structure and a table for picking the right one.
#java#collections#data-structures#interview