Algorithmic_C.git
2017-03-03  Jérôme BenoitRefinements to quick sort implementation
2017-03-03  Jérôme BenoitTP3: Add merge sort implementation
2017-03-03  Jérôme BenoitAdd information on the pivot choice for quick sort.
2017-03-03  Jérôme BenoitTP2 exo3: Add quick sort implementation.
2017-03-01  Jérôme BenoitRemove an unused function parameter.
2017-03-01  Jérôme BenoitAdd TP2 exercice 1, the sorting algorithm SelectionSwap.
2017-03-01  Jérôme BenoitAdd dichotomic search algorithm in sorted tab C impleme...
2017-03-01  Jérôme BenoitAdd an exercice skeleton (a Makefile)