Brute-force search

id: brute-force-search-195-9325498
title: Brute-force search
text: In computer science, brute-force search or exhaustive search, also known as generate and test, is a very general problem-solving technique and algorithmic paradigm that consists of systematically checking all possible candidates for whether or not each candidate satisfies the problem's statement. A brute-force algorithm that finds the divisors of a natural number n would enumerate all integers from 1 to n, and check whether each of them divides n without remainder. A brute-force approach for the
brand slug: wiki
category slug: encyclopedia
description: Problem-solving technique and algorithmic paradigm
original url: https://en.wikipedia.org/wiki/Brute-force_search
date created:
date modified: 2024-03-06T14:50:39Z
main entity: {"identifier":"Q850362","url":"https://www.wikidata.org/entity/Q850362"}
image:
fields total: 13
integrity: 14

Related Entries

Explore Next Part