Skip to content

Instantly share code, notes, and snippets.

@dapangmao
Last active August 29, 2015 14:16
Show Gist options
  • Save dapangmao/417df2ffee4bf1c813ea to your computer and use it in GitHub Desktop.
Save dapangmao/417df2ffee4bf1c813ea to your computer and use it in GitHub Desktop.

http://www.ninechapter.com/course/1/

  1. Basics and two pointers
  • complexity
  • two pointers
    • slow vs fast
    • left vs right
  1. Linked list

  2. Sorting and binary search

  3. Stack, queue and hash table

  4. Dynamic programming I

  • recursion
  • backtracking
  1. Tree
  • BFS
  • DFS
  1. Dynamic programming II

    • string
    • 2D DP
  2. Heap, trie and graph

  3. Bit manipulation

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