Vaihtoehtoiset kirjoitusmuodot
Haettu sana löytyi näillä lähdekielillä:
Käännöksiä ei löytynyt valitulle kohdekielelle.
Yritit hakea fraasilla, joka sisältää useita sanoja. Parempien hakutulosten saamiseksi kokeile hakea sanoja erikseen: brute, force
Samankaltaisia sanoja
Määritelmät
Substantiivit
- A method of accomplishing something primarily by means of strength, without the use of mechanical aids or thought.
- (computer science) A method of computation wherein all permutations of a problem are tried manually until one is found that provides a solution, in contrast to the implementation of a more intelligent algorithm.
Esimerkit
- 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.