Commit Graph

3 Commits

Author SHA1 Message Date
tomatocream 09ce69a51a feat: add flashcards for std::array, references, and const parameters
Covers why raw arrays can't be returned, std::array vs int[] tradeoffs,
stack vs heap allocation, and const T& parameter conventions.
2026-04-22 01:46:03 +08:00
tomatocream ab80017903 feat: add iterator flashcards, sync script, and project scaffolding
- iterator.org: C++ iterator flashcard deck
- questions.org: LeetCode question index (217, 242)
- inbox.org: learning inbox with two-sum implementation and notes
- sync-anki.sh: batch sync org files to Anki via emacsclient
- AGENTS.md: conventions for AI agents working in this repo

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-22 00:48:31 +08:00
tomatocream 56dbf441fa add set 2026-04-19 23:51:58 +08:00