Skip to content

Instantly share code, notes, and snippets.

@manhdaovan
Created March 13, 2022 11:40
Show Gist options
  • Save manhdaovan/a7ff436625926cccf1783663e775dad2 to your computer and use it in GitHub Desktop.
Save manhdaovan/a7ff436625926cccf1783663e775dad2 to your computer and use it in GitHub Desktop.
CS learning
- 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
@luckymancvp
Copy link

CS go go go go

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment