Give an efficient data structure supporting the following operations. Insert(S, x): add x to S. Delete - Max(S): Delete the maximum value from S. Delete - 100 - Max(S): Delete from S the 100 largest element. Delete - 100 - Min(S): Delete from S the 100 smallest element.