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.