Dynamic Programming
  • Introduction
  • Knapsack Problem
  • Floyd's Algorithm
Advanced DP
  • Huffman Code
  • Prim's Algorithm
  • Kruskal's Algorithm
DP in Graphs
  • intro to multistage graph and simplex
  • Multistage Graph
  • Least Common Subsequence (LCS)
  • LCS Program