X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=TP_9%2Fexo2%2Fexo2.c;h=810bd9eea64545915da2dfa27ec3ff4f52384c3c;hb=4a758ce5f71ecc19fb6457595fb04c18b6918b9f;hp=09855d53fe2250013dbff166af5b9b2399e61bfc;hpb=970a0122d81ff0a4400612cf80f7096780c452ff;p=TD_C.git diff --git a/TP_9/exo2/exo2.c b/TP_9/exo2/exo2.c index 09855d5..810bd9e 100644 --- a/TP_9/exo2/exo2.c +++ b/TP_9/exo2/exo2.c @@ -35,6 +35,9 @@ int main() { list_display_values(head2); head = list_concat(head1, head2); list_display_values(head); + head = list_merge_sort(head); + //head = list_sort(head); + list_display_values(head); //list_clear(head1); //list_clear(head2); list_clear(head);