- Normal Binary Multiplication
- This approach uses add and shift methodology to solve the problem.
- Karatsuba Binary Multiplication
- This approach uses divide and conquer algorithm to solve the problem.
Project Description : Project File
Solution : Report File
- This is a Network Flow problem.
- Represent a football league given in input file as a Network Flow.
- Solve it by using Ford Fulkerson Algorithm
- Find the eliminated teams.
Project Description : Project File
Solution : Report File