Refine .gitignore some more.
[Algorithmic_C.git] / TP2 /
2017-03-08  Jérôme BenoitFix a GCC flag in Makefiles
2017-03-05  Jerome BenoitTP 2 exo3: randomly choose the pivot in quick sort
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.