We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f3169a commit 2ccbf8aCopy full SHA for 2ccbf8a
src/leetcode/ImplementStackQueues.java
@@ -14,7 +14,7 @@ public static void main(String[] args){
14
}
15
16
class MyStack {
17
- Queue<Integer> q = new LinkedList();
+ Queue<Integer> q = new LinkedList();
18
/** Initialize your data structure here. */
19
public MyStack() {
20
0 commit comments