Algorithmic_C.git
2019-01-12  Jérôme BenoitRefine .gitignore some more. master
2019-01-11  Jérôme BenoitRefine .gitignore.
2017-10-16  Jérôme BenoitPush the WIP graphs handling code
2017-09-17  Jérôme Benoit.gitignore: add more executable names
2017-08-22  Jérôme BenoitRefine .gitignore
2017-04-15  Jérôme BenoitAdd the two exams correction
2017-04-08  Jérôme BenoitTP6: Fix to the n ary tree.
2017-04-06  Jérôme BenoitTP6: Partially revert the previous commit.
2017-04-06  Jérôme BenoitTP6 n ary tree: Fix some memleaks
2017-04-04  Jérôme BenoitTP6 n ary tree: add the corrections
2017-04-03  Jérôme BenoitTP6: n ary tree add remove function
2017-04-03  Jérôme BenoitTP6 n ary tree: fix the insert function
2017-04-02  Jérôme BenoitCode cleanups
2017-04-02  Jérôme BenoitTP5: Fix a FIXME in a linked list function
2017-04-02  Jérôme BenoitTP5: properly indent more C files
2017-04-02  Jérôme BenoitTP5 exo4: implement more functions
2017-04-01  Jérôme BenoitTP6: n-ary tree: add insert and destroy functions
2017-04-01  Jérôme BenoitTP6 n-ary tree: implement a proper freeing function...
2017-03-30  Jérôme BenoitTP6: More and more and more K&R coding style
2017-03-30  Jérôme BenoitTP6: More and more K&R coding style
2017-03-30  Jérôme BenoitTP6: Again more K&R coding style
2017-03-30  Jérôme BenoitTP6: More K&R coding style
2017-03-30  Jérôme BenoitTP6: Use K&R coding style
2017-03-30  Jérôme BenoitTP6: use K&R indent coding style
2017-03-30  Jérôme BenoitTP6: Add word printing to arbre-n-aire.c
2017-03-30  Jérôme BenoitTP6: Rename a file to a more explicit name.
2017-03-30  Jérôme BenoitTP6: Add search function to arbre_n_aire.c
2017-03-29  Jérôme BenoitTP6: Add ABR and tree n
2017-03-28  Jérôme BenoitAdd latest implementation of tree algorithm in TP6...
2017-03-11  Jérôme BenoitTP5 exo4: coding style cleanups
2017-03-11  Jérôme BenoitTP5: move corrections in their own directory
2017-03-10  Jérôme BenoitTP 5: Add corrections
2017-03-09  Jérôme BenoitTP5 exo4: enforce Linux Kernel coding style vim tags
2017-03-09  Jérôme BenoitTP5 exo4: Implement iterative linked list freeing
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)