From b78b663fd0ab3a17473050f61f5fc673d9733a06 Mon Sep 17 00:00:00 2001 From: ada-dmitry Date: Sun, 26 Mar 2023 11:08:21 +0300 Subject: [PATCH] 11 --- DZSort.c | 1 + 1 file changed, 1 insertion(+) 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