Tagged interview
3 notes
DSA Patterns
Work out which pattern a problem wants from its constraints, input shape, output shape and wording, then write it from a Java template short enough to memorise.
#dsa#patterns#algorithms#java#interview
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