标签:键盘 you cond str queue override 重定义 test detail
久违的空闲周末, 久违的周赛
昨天晚上把键盘ESC和Caps互相映射了一下, 导致今天打码卡手, 烦
PriorityQueue<Pair> que = new PriorityQueue<>();
que.poll();
que.add();
static class Pair {
@Override
public int compareTo(Pair p) {
return Integer.compare(x, p.x);
}
}
map.entrySet().stream()
.sorted(this::compare)
.map(Map.Entry::getKey)
.collect(Collectors.toList());
map.computeIfAbsent
, map.computeIfPresent
方法[leetcode] Weekly Contest 170 Summary
标签:键盘 you cond str queue override 重定义 test detail
原文地址:https://www.cnblogs.com/tanglizi/p/12152095.html