# tree-sort Repository for the tree sort algorithm workshop. You'll find the workshop material in the workshop folder. ## workshop/treesort.py Implementation of the binary search tree. When the script is ``` python workshop/treesort.py ``` ## workshop/text-tree.py Reads a text (`workshop/text-to-sort.txt`)and generates a visual tree: ``` python/text-tree.py ```