Fundamental data structure storing elements in contiguous memory.
Efficiently search sorted arrays using the divide-and-conquer approach.
Use two pointers to iterate through the array.
Learn the fundamentals of sorting with the simplest comparison-based algorithm.