Some programming to remember Utility

  • Max Heap implemented with PriorityQueue: new PriorityQueue <> ((x, y) -> yx);

Guess you like

Origin www.cnblogs.com/yinger33/p/10936524.html