brute force

From Wiktionary, the free dictionary
Archived revision by WingerBot (talk | contribs) as of 13:34, 14 October 2019.
Jump to navigation Jump to search
See also: brute-force

English

English Wikipedia has an article on:
Wikipedia

Alternative forms

Pronunciation

  • Lua error in Module:parameters at line 290: Parameter 1 should be a valid language or etymology language code; the value "US" is not valid. See WT:LOL and WT:LOL/E. IPA(key): /bɹut ˈfɔɹs/

Noun

brute force (uncountable)

  1. A method of accomplishing something primarily by means of strength, without the use of mechanical aids or thought.
  2. (computer science) A method of computation wherein the computer is let to try all permutations of a problem until one is found that provides a solution, in contrast to the implementation of a more intelligent algorithm.
    E.g. to find the set of all positive integers that are multiples of seven, a brute force algorithm would search through all positive integers, checking each one to see if it is a multiple of seven, whereas a more intelligent algorithm might simply multiply the set of all positive integers by seven.

Usage notes

  • Not used with an article.
    We lifted the car by brute force.

Translations

Verb

Lua error in Module:en-headword at line 1145: Legacy parameter 1=STEM no longer supported, just use 'en-verb' without params

  1. (transitive) To solve (a computational problem) by brute force methods.
    • 1960, Scott Cameron, ‎Marshall Clinton Yovits, Self-organizing Systems: Proceedings - Page 187
      "In trying to solve the problem in this simplified space, it does different things than it did when it was brute forcing its way through the original space."
  2. (computing) To break password, encryption, or any other protection mechanism by brute force methods.