Created
March 13, 2022 11:40
-
-
Save manhdaovan/a7ff436625926cccf1783663e775dad2 to your computer and use it in GitHub Desktop.
CS learning
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- Algorithmic complexity / Big-O / Asymptotic analysis | |
- Data Structures | |
- Arrays | |
- Linked Lists | |
- Stack | |
- Queue | |
- Hash table | |
- More Knowledge | |
- Binary search | |
- Sorting | |
- selection | |
- insertion | |
- heapsort | |
- quicksort | |
- merge sort | |
- Graphs | |
- traversals: BFS, DFS | |
- Even More Knowledge | |
- Recursion | |
- Dynamic Programming | |
- Caches | |
- Processes and Threads |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
CS go go go go