You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

372 B

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