Franck Pommereau

added more animations to README

...@@ -136,3 +136,6 @@ The partitioning and main algorithm of a quick-sort. This shows how to ...@@ -136,3 +136,6 @@ The partitioning and main algorithm of a quick-sort. This shows how to
136 use `Array`, in particular the `index` argument. `qs-main` also shows 136 use `Array`, in particular the `index` argument. `qs-main` also shows
137 how to define custom layout of arrays, as well as auxiliary Python 137 how to define custom layout of arrays, as well as auxiliary Python
138 functions to simulate full C-functions calls in one step. 138 functions to simulate full C-functions calls in one step.
139 +
140 +![quick-sort partitioning](examples/qs-partition.gif "partition")
141 +![quick-sort main](examples/qs-main.gif "quick-sort")
......