Explanation: The problem of finding the k largest or smallest elements from a dataset. Common solutions include Heaps, Quick Select and sorting algorithms.