DS01
Recursive algo
Backtracking algo
Divide and conquer algo
Dynamic progrsmming algo
Greedy algo* (For local optimization)
locallize solution
global solution
Divide-and-conquer approach(Divid the problem in elementry level of Problem)
Dynamic programming approach (For global optimization)
memorize the earlier calculated value and use it in next problem
Types of loops:
Linear loop
Log Loop
nested loop
Comments
Post a Comment