/Searching_Algorithms

A search algorithm is any algorithm which solves the search problem, namely, to retrieve information stored within some data structure.

Primary LanguageJavaApache License 2.0Apache-2.0

Searching_Algorithms · Github license Build Status

In computer science, a search algorithm is any algorithm which solves the search problem, namely, to retrieve information stored within some data structure, or calculated in the search space of a problem domain, either with discrete or continuous values.