Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/geekcomputers/Python
/ Detect_Remove_loop.py
File
Detect_Remove_loop.py
Detect_Remove_loop.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
class
Node:
2
def
__init__(self, data):
3
self.data = data
4
self.next = None
Callers
nothing calls this directly
Calls
4
Detect_and_Remove_Loop
Method · 0.80
Linked_List
Class · 0.70
Insert_At_End
Method · 0.45
Display
Method · 0.45
Tested by
no test coverage detected