C & C++ Notebooks

C Programming Tutorial Tricks and Recursion Recipes

Short-form recipes for recursion, optimization, and practical C and C++ coding patterns.

Tricks Folder

Recipes + Cheats

Every entry in /tricks is a short-form recipe for the hard parts inside the notebooks — recursion, optimizations, defensive I/O patterns, and other practical hacks.

Recursion Recipe Snapshot

Why Tricks Matter

These pocket recipes live outside the core notebooks so they can stay concise while still powering every project and example.

Use them as a supplement during practice, interviews, and while extending the CLI projects.