issue19075: add visual sorting algorithms to turtledemo; original code from Jason Yeo

This commit is contained in:
Ethan Furman 2015-03-02 12:29:58 -08:00
parent 241520ad10
commit 738f805074
3 changed files with 210 additions and 0 deletions

View file

@ -2351,6 +2351,9 @@ The demo scripts are:
| | pairwise in opposite | shapesize, tilt, |
| | direction | get_shapepoly, update |
+----------------+------------------------------+-----------------------+
| sorting_animate| visual demonstration of | simple alignment, |
| | different sorting methods | randomization |
+----------------+------------------------------+-----------------------+
| tree | a (graphical) breadth | :func:`clone` |
| | first tree (using generators)| |
+----------------+------------------------------+-----------------------+