Skip to content

Commit 2953a1d

Browse files
authored
Update MyStack.java
1 parent 1b1afaf commit 2953a1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MyStack.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* @Class: Data Structure, Dr. Mahsa Soheil Shamaee
66
*/
77

8-
// Stack
8+
// Stack
99
class MyStack {
1010
private int size;
1111
private int top;

0 commit comments

Comments
 (0)