Nicolas Malevé gave a lecture on an introduction to Algorithms.
The slides are here
A physical exercise explained one algorithm more in depth: quicksort. A series of randomly numbered cards are put on the floor, the middle one becomes reference card. The numbers lower then the reference qo to the left, the numbers highr to the right. The two new groups are split the same way. after several iterations the cards are ordered from low to high numbers.
Instructions:
/documents/quicksort_instructions.pdf
Plus d’images ici:
http://gallery3.constantvzw.org/index.php/Quick-Sort
Pingback: Quicksort exercise | The Networked Social