Skip to main content

2 docs tagged with "java"

View all tags

Java Quick Reference

A quick-refresher cheat sheet for Java syntax, collections, OOP, and common idioms.

Recursion Fundamentals

Notes on recursion — mental models, the call stack, classic problems, and optimization techniques (memoization, tail-call recursion).