Loading...
Loading...
Loading Curriculum...
Loading Subject...
Loading Topic...
Loading Lesson...
Loading Lab...
Searching is the process of finding the location or existence of a target value within a collection of data.
If you need to search multiple times in the same data, it's often worth **sorting** the data first to enable Binary Search, or **hashing** it for constant time lookups.