All the sorting algorithms implemented in C
sortName(int array[],int length);//where length is the number of elements in the array
p.s. I use wikipedia's psuedo codes and I copy the comments in it because I'm not great at commenting
| Name | Name | Last commit date | ||
|---|---|---|---|---|
All the sorting algorithms implemented in C
sortName(int array[],int length);//where length is the number of elements in the array
p.s. I use wikipedia's psuedo codes and I copy the comments in it because I'm not great at commenting