diff --git a/notes/Leetcode 题解.md b/notes/Leetcode 题解.md index 72bdb5e5..58dd2dd6 100644 --- a/notes/Leetcode 题解.md +++ b/notes/Leetcode 题解.md @@ -760,7 +760,7 @@ public List topKFrequent(int[] nums, int k) { - 6 -> {4} - 2 -> {} - 1 -> {} -- 5 -> {4,3} +- 5 -> {3} 第三层: