blog-building

  • Highlightjs Test
  • MathJax Test
  • Welcome to Jekyll!
  • algorithm-dp

  • O(nlogn) LIS optimized by Monotone queue
  • Introduction to knapsack problems
  • O(nlogn) LIS optimized by Segment Tree
  • LCS and LIS
  • algorithm-ds

  • Interval Trees (Segment Trees)
  • algorithm-stl

  • C++ STL in ICPC
  • algorithm-math

  • Exponentiation by squaring(fast power)
  • algorithm-graph

  • Introduction to Shortest Path
  • Topological Sort
  • algorithm

  • KMP review
  • BFS DFS review