| File | Type | Description |
|---|---|---|
| D321_Study_Guide.html | HTML | First-pass ADHD-friendly study guide. Color-coded by topic, clickable answer reveals, cram card summary. |
| D321_Full_Guide.html | HTML | Comprehensive "start from zero" guide. Every concept explained from first principles before the exam answer. Includes analogies, visualizations, and code examples. |
| symbol_decoder.html | HTML | Interactive math symbol reference. Covers set theory (โช โฉ โ โ A' โ ), logic connectives (โ โ โง โจ ยฌ), relational algebra (ฯ ฯ โ ร), and quantifiers (โ โ). Each symbol includes a shape-based memory hook, LaTeX notation, and worked examples. Filterable by category. |
| big_o_interactive.html | HTML | Interactive Big O notation guide. Includes a live growth-rate chart (O(1) through O(n!)), expandable cards per complexity class with code patterns, memory hooks, time vs space comparison, and a "how to identify Big O from code" reference grid. |
| study_guide_print.pdf | Print-optimized version of the full exam study guide. All 12 questions with answers, step-by-step proofs, and a cram card. US Letter format. | |
| symbols_print.pdf | Print-optimized symbol decoder. Full Rosetta Stone table (Logic โ Sets โ SQL). US Letter format. | |
| big_o_print.pdf | Print-optimized Big O reference. Identification guide, per-complexity cards, space complexity table, and 30-second cheat sheet. US Letter format. | |
| citation.html | HTML | This document. |