We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f6b669 commit 3f19420Copy full SHA for 3f19420
problems/895.maximum-frequency-stack.md
@@ -50,7 +50,7 @@ pop() -> 返回 4 。
50
51
我们以题目给的例子来讲解。
52
53
-- 使用fraq 来存储对应的数字出现次数。key 是数组,value频率
+- 使用fraq 来存储对应的数字出现次数。key 是数字,value频率
54
55

56
0 commit comments