Franck Pommereau

tried to add an animation in README

...@@ -128,6 +128,8 @@ code and data structures are rendered for LaTeX/beamer inclusion. ...@@ -128,6 +128,8 @@ code and data structures are rendered for LaTeX/beamer inclusion.
128 Note the use of class `Box` that can be used to layout several data 128 Note the use of class `Box` that can be used to layout several data
129 structures. 129 structures.
130 130
131 +![stack push animation](examples/stack-push.gif "stack push")
132 +
131 ### `examples/qs-partition.py` and `examples/qs-main.py` 133 ### `examples/qs-partition.py` and `examples/qs-main.py`
132 134
133 The partitioning and main algorithm of a quick-sort. This shows how to 135 The partitioning and main algorithm of a quick-sort. This shows how to
......