Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TheAlgorithms/Python
/ tree_sort.py
File
tree_sort.py
sorts/tree_sort.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
""
"
2
Tree_sort algorithm.
3
4
Build a Binary Search Tree and then iterate thru it to get a sorted list.
Callers
nothing calls this directly
Calls
1
tree_sort
Function · 0.85
Tested by
no test coverage detected