Understand how different search strategies work across data structures.
Efficiently finds an element in a sorted array by halving the search space.
Sequentially checks each element until the target is found.