From e34c0bcec46fc44fccd612a67790687e1cb5cca2 Mon Sep 17 00:00:00 2001 From: Thiago Monteles <37663376+thiagomonteles@users.noreply.github.com> Date: Sun, 7 Oct 2018 17:10:06 -0300 Subject: [PATCH] I changed the sorting method used I changed from Bubble sort to Insertion Sort --- Array/2L2S.c | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/Array/2L2S.c b/Array/2L2S.c index c0c1abd..f87e1f4 100644 --- a/Array/2L2S.c +++ b/Array/2L2S.c @@ -24,18 +24,14 @@ void main () printf ("Enter the numbers \n"); for (i=0; i=0 && a