Search Algorithm

1 revision
#11 week ago
+6
Migrated from pages table
+A **search algorithm** is a method for finding a specific item within a collection of data, like a [Data Structure](/wiki/data_structure). These algorithms efficiently explore possibilities to locate a target, often relying on principles of [Computational Complexity](/wiki/computational_complexity) to measure performance.
+## See also
+- [Algorithm](/wiki/algorithm)
+- [Graph Traversal](/wiki/graph_traversal)
+- [Heuristic](/wiki/heuristic)
... 1 more lines