A markdown-based knowledge wiki for data structures and algorithms. The repository collects raw lecture notes, assignments, and exam materials, then turns them into structured wiki pages with cross-links and synthesis notes.
raw/— original source material and assetswiki/— curated wiki pages, concepts, syntheses, and source summariesindex.md— the main content cataloglog.md— chronological activity logGEMINI.md— wiki schema, standards, and workflow guideconductor/— extraction and orchestration artifacts
This wiki is designed to compound over time:
- summarize each source once
- connect related ideas with wikilinks
- keep traceability back to the original raw documents
- support exam review, concept lookup, and long-term knowledge building
- Start with
index.mdto browse the catalog. - Open pages under
wiki/concepts/for topic summaries. - Open pages under
wiki/sources/for source-specific notes. - Refer to
GEMINI.mdfor the content standards and workflow.
The wiki follows a layered structure:
- Raw inputs in
raw/ - Curated pages in
wiki/ - Governance and standards in
GEMINI.md - Discovery through
index.md
This repository is currently a documentation wiki rather than an application. Releases, deployments, and packages are not used unless a publishing workflow is added later.