Files
math-notes/algorithms/00-index.md

22 lines
407 B
Markdown

# Algorithms
## Topics
- Algorithm Analysis (Big O)
- Sorting Algorithms
- Searching Algorithms
- Recursion
- Dynamic Programming
- Divide and Conquer
## Resources
- Toronto CSC110/111
- MIT 6.1200J Computational sections
## Key Concepts
(Add as you learn)
## Related
- [[graph-theory/00-index|Graph Theory]]
- [[logic-proofs/00-index|Logic & Proofs]]
- [[cryptography-prep/00-index|Cryptography Prep]]