3 problems in this category
Search in sorted array of integers and return index if target is found.
O(log n)
O(1)
Find the starting and ending position of a given target value.
Sort an array using Merge Sort algorithm.
O(n log n)
O(n)