discuss any five wellknown techniques for designing algorithms to solve problems
Answers
Answered by
1
Divide and Conquer Method. In the divide and conquer approach, the problem is divided into several small sub-problems. ...
Greedy Method. In greedy algorithm of optimizing solution, the best solution is chosen at any moment. ...
Dynamic Programming. ...
Backtracking Algorithm. ...
Branch and Bound. ...
Linear Programming.
HOPE THIS HELPS YOU AND PLEASE MARK IT AS BRAINLIEST.....
Similar questions