TP 9 exo2: Add link_sort linked list helper function
authorJerome Benoit <jerome.benoit@sap.com>
Fri, 3 Mar 2017 21:45:07 +0000 (22:45 +0100)
committerJerome Benoit <jerome.benoit@sap.com>
Fri, 3 Mar 2017 21:45:07 +0000 (22:45 +0100)
commit83ec54cdf5ddd1092ed4ba11d58fec8a0db07b68
tree97484483ff9955392c040761211285d6240b2389
parentabe54438847c1a491145a7719e43d19950732569
TP 9 exo2: Add link_sort linked list helper function

The sorting algorithm is bubble sort.

Signed-off-by: Jerome Benoit <jerome.benoit@sap.com>
TP_9/exo2/clist.c
TP_9/exo2/clist.h
TP_9/exo2/exo2.c