Computer Science, asked by mineshvaghela3573, 2 months ago

how many types of algorithms ?​

Answers

Answered by vermasanskar468
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 omkardengi08
0

Answer:

recursive, divide and conquer, and dynamic programming or brute force, greedy and backtracking algorithms.

Similar questions