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