This is just here as a test because I lose it
Term information
definition
In computer science, a search algorithm, broadly speaking, is an algorithm for finding an item with specified properties among a collection of items. The items may be stored individually as records in a database; or may be elements of a search space defined by a mathematical formula or procedure, such as the roots of an equation with integer variables; or a combination of the two, such as the Hamiltonian circuits of a graph. # 1 Classes of search algorithms * 1.1 For virtual search spaces * 1.2 For sub-structures of a given structure * 1.3 For quantum computers source: http://en.wikipedia.org/wiki/Search_algorithm