how many types of algorithms ?
Answers
Answered by
0
Answer:
Recursive Algorithm. This is one of the most interesting Algorithms as it calls itself with a smaller value as inputs which it gets after solving for the current inputs. ...
Divide and Conquer Algorithm. ...
Dynamic Programming Algorithm. ...
Greedy Algorithm. ...
Brute Force Algorithm. ...
Backtracking Algorithm.
Answered by
0
Answer:
recursive, divide and conquer, and dynamic programming or brute force, greedy and backtracking algorithms.
Similar questions