From a2dc656413357f964cc802a0cb9e9198768736d1 Mon Sep 17 00:00:00 2001 From: rajduino Date: Tue, 31 Mar 2020 22:07:28 +0530 Subject: [PATCH] Deleted temp lines in index.html --- index.html | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/index.html b/index.html index f99b5f1..17797bf 100644 --- a/index.html +++ b/index.html @@ -11,19 +11,4 @@ - - - if (algoType === 1) - { - - } - else if (algoType === 2) - { - if (algoNo === 1) - { - if (sorted === false) { - sorted = selectionSortS(iterator); - iterator = iterator + 1; - } - } - } \ No newline at end of file + \ No newline at end of file