diff options
author | Ethan Furman <ethan@stoneleaf.us> | 2015-03-02 20:29:58 (GMT) |
---|---|---|
committer | Ethan Furman <ethan@stoneleaf.us> | 2015-03-02 20:29:58 (GMT) |
commit | 738f8050747ea616d0708ce0a74322ba47dd15e6 (patch) | |
tree | 4785c02db416a2d64f3b848d1c8fe1651735a0c7 /Doc | |
parent | 241520ad1038e20554f420e83c65694c5e3fa36a (diff) | |
download | cpython-738f8050747ea616d0708ce0a74322ba47dd15e6.zip cpython-738f8050747ea616d0708ce0a74322ba47dd15e6.tar.gz cpython-738f8050747ea616d0708ce0a74322ba47dd15e6.tar.bz2 |
issue19075: add visual sorting algorithms to turtledemo; original code from Jason Yeo
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/turtle.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/library/turtle.rst b/Doc/library/turtle.rst index 157fe93..30dd6ef 100644 --- a/Doc/library/turtle.rst +++ b/Doc/library/turtle.rst @@ -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)| | +----------------+------------------------------+-----------------------+ |