�
�f� � �� � d Z ddlT ddlZ G d� de� � Z G d� de� � Zd� Zd � Zd
� Z d� Z
d� Zdd
�Zd� Z
d� Zd� Zd� Zd� Zd� Zd� ZdZdZedk r e� � Z e� � dS dS )a�
sorting_animation.py
A minimal sorting algorithm animation:
Sorts a shelf of 10 blocks using insertion
sort, selection sort and quicksort.
Shelfs are implemented using builtin lists.
Blocks are turtles with shape "square", but
stretched to rectangles by shapesize()
---------------------------------------
To exit press space button
---------------------------------------
� )�*Nc �&