diff --git a/DZSort.c b/DZSort.c index d8f0d11..d722548 100644 --- a/DZSort.c +++ b/DZSort.c @@ -16,6 +16,7 @@ void sort_Select(int x, int *arr){ } } +//meow void sort_insert(int l, int *arr){ int i, j, x; for(i=0;i