42 jdk classes
Created by: willrogers
See #42 (closed).
This shouldn't be too controversial - the important points are that PriorityBlockingQueue is threadsafe and that peek() and poll() return the head of the queue which is the minimum as does the Heap class.