Search algorithm: Difference between revisions
From Coderwiki
More actions
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 [[ | 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.