Implemented different popular strategies listed under Design and Analysis of Algorithms like:-
- Divide and Conquer on Large Integer Multiplication
- Branch & Bound on Job or Club Assignment Problem
- Backtracking on Graph Coloring Problem
- Dynamic Programming on 0/1 Knapsack Problem