There was an error while loading. Please reload this page.
1 parent bcdef8c commit 33c2014Copy full SHA for 33c2014
src/class25/Code01_MonotonousStackForNowcoder.java
@@ -23,7 +23,7 @@ public class Code01_MonotonousStackForNowcoder {
23
// 位置 0 1 2 3 4 5 6 7
24
// 如果位置依次压栈,
25
// stack1中的记录是(位置) : 0 1 2 3 4 5 6 7
26
-// stack1中的记录是(位置) : 2 4 7
+// stack2中的记录是(位置) : 2 4 7
27
public static int[] stack1 = new int[1000000];
28
public static int[] stack2 = new int[1000000];
29
0 commit comments