Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codemistic/Data-Structures-and-Algorithms
/ stack using linked list.py
File
stack using linked list.py
Python/stack using linked list.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
class
Node:
2
def
__init__(self,value=None):
3
self.value = value
4
self.next=next
Callers
nothing calls this directly
Calls
5
Stack
Class · 0.70
print
Function · 0.50
push
Method · 0.45
pop
Method · 0.45
peek
Method · 0.45
Tested by
no test coverage detected