Algorithms that will systematically go through every possible option, and then determine the optimal one
- Linear Search
- Permutations & Combinations
Brute force is good for prototyping, or when the input space is relatively small.
Press
to search
Algorithms that will systematically go through every possible option, and then determine the optimal one
Brute force is good for prototyping, or when the input space is relatively small.