Posts by Foxy.391 • 19 points
1 post
-
1
votes1
answer74
viewsQ: Could you help me with Mergesort?
I’m having trouble compiling the Mergesort sorting method. #include <stdio.h> #define TAM 10 void intercalar(int vet[],int aux[],int ini1, int ini2,int fim2) { int…