Skip to content

Commit 05e1024

Browse files
committed
finalll
1 parent f86e657 commit 05e1024

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sorting_visualizer.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@
168168
{
169169
otheron=3;
170170
list=document.getElementById("mylist").getElementsByTagName("li");
171+
alert(list.length);
171172
let a=await bubblesort(list,height,height.length);
172173
otheron=0;
173174
}

0 commit comments

Comments
 (0)