Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 532a9b9

Browse files
Stack
1 parent 8f553e2 commit 532a9b9

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

‎Stack-and-Queue/stack.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
A stack is a linear data structure that follows the principle of Last In First Out (LIFO). This means the last element inserted inside the stack is removed first.
44
'''
55

6-
# Stack implementation in python
7-
8-
96
# Creating a stack
107
def create_stack():
118
stack = []

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /