MCPcopy 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
2class Node:
3 def __init__(self, data, left=None, right=None):
4 self.data = data

Callers

nothing calls this directly

Calls 2

morris_traversalFunction · 0.85
NodeClass · 0.70

Tested by

no test coverage detected