Initial commit: math notes vault
This commit is contained in:
21
algorithms/00-index.md
Normal file
21
algorithms/00-index.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# 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]]
|
||||
Reference in New Issue
Block a user