Algorithms can be classified based on their design paradigm, i.e. how they approach a given problem:
- Backtracking
- Brute-force Paradigm
- Decrease-and-Conquer
- Divide-and-Conquer Paradigm
- Dynamic Programming
- Greedy Paradigm
Press
to search
Algorithms can be classified based on their design paradigm, i.e. how they approach a given problem: