Java Quick Reference
A quick-refresher cheat sheet for Java syntax, collections, OOP, and common idioms.
A quick-refresher cheat sheet for Java syntax, collections, OOP, and common idioms.
Notes on recursion — mental models, the call stack, classic problems, and optimization techniques (memoization, tail-call recursion).