Question: Implement an array-based MinHeap and an interface MinHeapInterface In a driver class Generate a List of 50 random integers ranging from 0 - 100. The
Implement an array-based MinHeap and an interface MinHeapInterface In a driver class
Generate a List of 50 random integers ranging from 0 - 100. The List can contain repeat values.
Display the List of integers
Write a helper method named getKthSmallest that takes a List of integers as a parameter and uses your MinHeap to find the kth smallest integer in the List and print it out. Do not sort the List!
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
