MCPcopy 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"""
2Tree_sort algorithm.
3
4Build a Binary Search Tree and then iterate thru it to get a sorted list.

Callers

nothing calls this directly

Calls 1

tree_sortFunction · 0.85

Tested by

no test coverage detected