Tagged java
2 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
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