1. Insert the following items to form a heap. (Higher values is higher priority) 20 54 1 24 7 8 90 2. Draw the heap after two calls to removeMax() ,---- | 15 | / \ | 11 12 | / \ / | 5 6 2 `----