Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Search algorithm: Difference between revisions

From Coderwiki
new
 
reference Collection in 'info'
 
Line 1: Line 1:
A '''search algorithm''' is a method of finding the [[Array position|position]] of a certain [[value]] in an [[array]] or [[list]].
A '''search algorithm''' is a method of finding the [[Array position|position]] of a certain [[value]] in an [[array]], [[list]] or other [[collection]].


== Common search algorithms ==
== Common search algorithms ==

Latest revision as of 07:54, 13 August 2025

A search algorithm is a method of finding the position of a certain value in an array, list or other collection.

Common search algorithms

edit edit source