Initial commit: math notes vault

This commit is contained in:
2026-03-14 14:20:16 +00:00
commit d56191fd7a
14 changed files with 443 additions and 0 deletions

19
discrete-math/00-index.md Normal file
View File

@@ -0,0 +1,19 @@
# Discrete Mathematics
## Topics
- Sets and Elements
- Logic and Proofs
- Induction
- Combinatorics
- Cardinality
## Resources
- MIT 6.1200J Lectures on Discrete Math
- Buffalo CSE 191
## Key Concepts
(Add as you learn)
## Related
- [[linear-algebra/00-index|Linear Algebra]]
- [[logic-proofs/00-index|Logic & Proofs]]