Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.46 KB

README.md

File metadata and controls

34 lines (26 loc) · 1.46 KB

4th Semester CSE Lab Programs

1. Apply Divide and Conquer Strategy to Solve Sorting Problems

2. Apply Decrease and Conquer Strategy to Solve Graph Problems

3. Apply Transform and Conquer Strategy

4. Apply Input Enhancement Strategy to Solve String-Matching Problems

5. Apply Dynamic Programming Strategy to Solve Optimization Problems

6. Apply Greedy Strategy to Solve Graph Problems

7. Apply Backtracking Strategy to Solve Combinatorial Problems

8. Apply Branch and Bound Strategy to Solve Combinatorial Problems