Skip to content

Commit 94e347b

Browse files
authored
Update Exercise_1.py
1 parent 35aeeb1 commit 94e347b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Exercise_1.py

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
class myStack:
2+
#Please read sample.java file before starting.
3+
#Kindly include Time and Space complexity at top of each file
24
def __init__(self):
35

46
def isEmpty(self):

0 commit comments

Comments
 (0)