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.

Revisions

  1. manhdaovan created this gist Mar 13, 2022.
    22 changes: 22 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,22 @@
    - 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