Grace ZHONG Yanting
As one of the most important data structures in programming, heap or priority queue could be used to force the order of outputs. A Clojure wrapper of java.util.PriorityQueue
would be provided in this project, including basic APIs such as init, add, pop, etc.