Algorithms_Greedy_and_dp

Contains the following:

  1. Huffman codes
  2. Minimum Weighted Independent Set
  3. Job sequencing
  4. Minimum Spanning trees using Prim's algorithms
  5. The knapsack problem ( W <= nlog n case)