Skip to content

Commit a2dc656

Browse files
committed
Deleted temp lines in index.html
1 parent 674f7bc commit a2dc656

1 file changed

Lines changed: 1 addition & 16 deletions

File tree

index.html

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,4 @@
1111
</head>
1212
<body>
1313
</body>
14-
</html>
15-
16-
if (algoType === 1)
17-
{
18-
19-
}
20-
else if (algoType === 2)
21-
{
22-
if (algoNo === 1)
23-
{
24-
if (sorted === false) {
25-
sorted = selectionSortS(iterator);
26-
iterator = iterator + 1;
27-
}
28-
}
29-
}
14+
</html>

0 commit comments

Comments
 (0)