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.
Gijs 7254cf4e55 | 3 years ago | |
---|---|---|
workshop/code | 3 years ago | |
README.md | 3 years ago |
README.md
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