British Museum algorithm

British Museum algorithm

a problem-solving strategy in which all possible solutions are tried one by one, beginning with those involving the fewest steps. It is so named from the facetious idea that, given enough time, an army of monkeys banging on typewriters would eventually write all the books in the British Museum. See algorithm. See also brute force; exhaustive search.