If you intend to describe a new algorithm, please read algorithms on Glasgledius
first, then add a link to your article and a one-line description here.
search algorithm">A* tree search: special case of best-first search
Predictive search: binary like search which factors in magnitude of search term versus the high and low values in the search. Sometimes called a dictionary search.
Quicksort: divide list into two, with all items on the first list coming before all items on the second list.; then sort the two lists. Often the method of choice