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.

21 lines
372 B
Markdown

3 years ago
# tree-sort
3 years ago
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
```