Sorted List: A collection of elements arranged in ascending or descending order.
Divide and Conquer: An algorithmic technique that breaks down a problem into smaller subproblems, solves them independently, and combines their solutions to solve the original problem.
Time Complexity:The measure of how long an algorithm takes to run based on the size of its input.