Competitive programming notes for team Silence -> 3al Hady , stored as an Obsidian vault.
- Clone:
git clone <repo>. - In Obsidian: “Open folder as vault” → pick this repo.
- Optional: enable Live Preview and math/markdown plugins.
- Data Structures/ — segment trees, fenwick, HLD, etc.
- Math/ — FFT, FWHT, number theory, formulas.
- Graph/ and Flows/ — graph algorithms and flow templates.
- Geometry/ — geometry snippets and formulas.
- Strings/ — string matching and related algorithms.
- misc/ — assorted references.