Talk:List of algorithms: Difference between revisions

Content deleted Content added
Is there a List of Algorithm Performances?
Line 10:
** [[:Predictive search|Predictive search]]: binary like search which factors in magnititude of search term versus the high and low values in the search. Sometimes called a dictionary search.
** [[:Sequential search|Sequential search]]
** [[:SelectSelection sort|Select sort]] for loop with a nested for loop
 
Sorry if I'm mistaken.