Greedy Method:
General Method:Notes
Job Sequencing with deadlines:NOTES Knapsack Problem:NOTES
Minimum cost spanning trees(PRIMS ALGORITHM):NOTES
Minimum cost spanning trees(KRUSKAL ALGORITHM):NOTES
Single Source Shortest Paths(Dijkstra's Algorithm):NOTES
Backtracking:
General Method
8-Queens Problem
Sum of Subsets problem
Graph Coloring
0/1 Knapsack Problem.