Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/subbarayudu-j/TheAlgorithms-Python
/ stack.py
File
stack.py
data_structures/stacks/stack.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
from
__future__
import
print_function
2
__author__ =
'Omkar Pathak'
3
4
Callers
nothing calls this directly
Calls
6
peek
Method · 0.80
Stack
Class · 0.70
push
Method · 0.45
pop
Method · 0.45
is_empty
Method · 0.45
size
Method · 0.45
Tested by
no test coverage detected