SyntaxFix
Write A Post
Hire A Developer
Questions
PriorityQueue<Integer> lowers = new PriorityQueue<>((o1, o2) -> -1 * o1.compareTo(o2));