dfadc1ca48
Restructure NeetCode study materials into a dedicated Anki-exportable deck directory. Separates DSA problem notes from C++ flashcards. - Move roadmap.org from leetcode/out/ to org/study_deck_02/ - Move 200 note files from org/cpp/dsa/ to org/study_deck_02/dsa/ - Add #+PROPERTY: STUDY_DECK_02 to all org files for org-anki export - Simplify roadmap format: properties drawer replaces nested headings - Update NEETCODE backlinks in all note files - Update extract.mjs and scaffold-notes.mjs for new paths - Create org/study_deck_02/AGENTS.md with study workflow docs - Update root and leetcode AGENTS.md
1.8 KiB
1.8 KiB
Agents
Repo Purpose
C++ flashcard notes using org-mode (exportable to Anki).
Flashcard Location
org/cpp/— all flashcard.orgfiles live here- Create new
.orgfiles here as needed (e.g.,org/cpp/containers.org)
Task Inbox
inbox.orgat root — use for tasks to learn or do (create if missing)
Card Format
Cards use org-mode with Anki properties:
* Card Title :tag1:tag2:
:PROPERTIES:
:ANKI_NOTE_TYPE: Basic
:ANKI_NOTE_ID: TIMESTAMP
:END:
** Front
Question text
** Back
#+begin_src c++
code
#+end_src
Assets
images/— store any images referenced by cards
Self-Improvement
Periodically review this file and suggest improvements to the user if you notice gaps, inconsistencies, or missing conventions.
Subdirectories
leetcode/— NeetCode roadmap extractor (dependency graph + problem list). Seeleetcode/AGENTS.md.org/study_deck_02/— Anki study deck for NeetCode DSA problems. Seeorg/study_deck_02/AGENTS.md.org/cpp/— C++ flashcard notes (non-DSA topics: containers, iterators, etc.)
LeetCode Workflow
org/study_deck_02/roadmap.org— tracker only (**headings,g c cto toggle DONE)org/study_deck_02/dsa/<topic>/<problem>.org— your notes, solutions, flashcards- Each links to the other via org file links
- Problem tags (
:easy:,:medium:,:hard:) enable filtering with/ t
Active Context
- Branch:
master, up to date with origin - DSA notes moved from
org/cpp/dsa/toorg/study_deck_02/dsa/ - All files carry
#+PROPERTY: STUDY_DECK_02for org-anki export - Inbox items: binary search,
usingkeyword — need cards created - Possible cleanup:
org/study_deck_02/dsa/udfs.orgmay be a stale draft oforg/cpp/ufds.org