Algorithmic_C.git
2017-03-08  Jérôme BenoitFix a GCC flag in Makefiles
2017-03-08  Jérôme BenoitTP5 exo4: Add three functions to the linked list operat...
2017-03-07  Jérôme BenoitTP5 exo4: Implement recursive search function inside...
2017-03-07  Jérôme BenoitTP5 exo3: Fix a warning for struct initialization
2017-03-07  Jérôme BenoitEnforce C11 C standard in the exercice skeleton
2017-03-07  Jérôme BenoitTP5: fix the iterative search function in linked list
2017-03-07  Jérôme BenoitTP5: Properly guard against NULL testing an element...
2017-03-07  Jérôme BenoitTP5: Implement iteratively searching an element in...
2017-03-07  Jérôme BenoitTP5: Implement functions for viewing linked list iterat...
2017-03-07  Jérôme BenoitTP5: Implement linked list counting iteratively and...
2017-03-07  Jérôme BenoitTP5: More code cleanups
2017-03-07  Jérôme BenoitTP5: Re-add renamed file
2017-03-07  Jérôme BenoitTP5: feed all exercices code skeleton to Lindent
2017-03-07  Jérôme BenoitAdd TP5 skeleton
2017-03-06  Jérôme BenoitTP4: Add the famous palindrome TP example
2017-03-05  Jerome BenoitTP3: remove wrong code
2017-03-05  Jerome BenoitTP3: fixlet a typo
2017-03-05  Jerome BenoitTP3: avoid warning on cygwin
2017-03-05  Jerome BenoitTP 2 exo3: randomly choose the pivot in quick sort
2017-03-05  Jerome BenoitRefinement to .gitignore
2017-03-05  Jerome BenoitAdd a .gitignore
2017-03-04  Jerome BenoitTP3: indentation fixlet
2017-03-04  Jerome BenoitTP3: Implement the generic merge sort algorithm.
2017-03-03  Jérôme BenoitProperly handle memory management for merge sort implem...
2017-03-03  Jérôme BenoitFix a typo in quick sort implementation
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)