Skip to content

Commit 0037245

Browse files
Stack and queue in Python
1 parent e55b768 commit 0037245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stack-and-queue/stack-linked.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ def display(self):
5858
print(p.info , " ")
5959
p = p.link
6060

61-
#########################################################################################
61+
########################################################################################
6262

6363
if __name__ == "__main__":
6464
st = Stack()

0 commit comments

Comments
 (0)