We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b1afaf commit 2953a1dCopy full SHA for 2953a1d
MyStack.java
@@ -5,7 +5,7 @@
5
* @Class: Data Structure, Dr. Mahsa Soheil Shamaee
6
*/
7
8
- // Stack
+// Stack
9
class MyStack {
10
private int size;
11
private int top;
0 commit comments