Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/Jack-Lee-Hiter/AlgorithmsByPython
/ Lists.py
File
Lists.py
Lists.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
class
Node:
2
def
__init__(self, initdata):
3
self.data = initdata
4
self.next = None
Callers
nothing calls this directly
Calls
7
Node
Class · 0.85
UnorderedList
Class · 0.85
setData
Method · 0.80
getNext
Method · 0.80
add
Method · 0.80
search
Method · 0.80
remove
Method · 0.45
Tested by
no test coverage detected