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

20
number-theory/00-index.md Normal file
View File

@@ -0,0 +1,20 @@
# Number Theory
## Topics
- Divisibility and Primes
- Modular Arithmetic
- GCD and Extended Euclidean Algorithm
- Fermat's Little Theorem
- Chinese Remainder Theorem
- Factorization
## Resources
- Buffalo CSE 191
- MIT 6.1200J Number Theory sections
## Key Concepts
(Add as you learn)
## Related
- [[cryptography-prep/00-index|Cryptography Prep]]
- [[discrete-math/00-index|Discrete Math]]