Difference between revisions of "Brute forcing"

 
m
Line 2: Line 2:
  
  
Given the problem "How many outfits can you create with thirteen hats and seven shoes?", a method involve brute force would be to list all 91 possibilities.
+
Given the problem "How many outfits can you create with thirteen hats and seven shoes?", a method involving brute force would be to list all 91 possibilities.

Revision as of 15:39, 18 June 2006

Brute forcing is generally accepted as the term for solving a problem in a roundabout, time-consuming, and inconvenient method.


Given the problem "How many outfits can you create with thirteen hats and seven shoes?", a method involving brute force would be to list all 91 possibilities.