Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BeeBombshell/Python-DSA
/ morris_traversal.py
File
morris_traversal.py
Tree Data Structure/morris_traversal.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
2
class
Node:
3
def
__init__(self, data, left=None, right=None):
4
self.data = data
Callers
nothing calls this directly
Calls
2
morris_traversal
Function · 0.85
Node
Class · 0.70
Tested by
no test coverage detected