Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TheAlgorithms/Python
/ binary_tree_traversal.py
File
binary_tree_traversal.py
searches/binary_tree_traversal.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
""
"
2
This is pure Python implementation of tree traversal algorithms
3
""
"
4
Callers
nothing calls this directly
Calls
10
prompt
Function · 0.85
pre_order
Function · 0.85
in_order
Function · 0.85
post_order
Function · 0.85
level_order_actual
Function · 0.85
pre_order_iter
Function · 0.85
in_order_iter
Function · 0.85
post_order_iter
Function · 0.85
build_tree
Function · 0.70
level_order
Function · 0.70
Tested by
no test coverage detected