Skip to content

Commit b352056

Browse files
authored
Update bubblesort-test.tscript
1 parent 0d714d4 commit b352056

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

resources/minitscript/tests/bubblesort-test.tscript

-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
function: bubbleSortA(&$array)
2-
$startTime = time.getCurrentMillis()
32
# best code quality, but less performance
43
for ($i = 1, $i < $array->getSize(), ++$i)
54
for ($j = 0, $j < $array->getSize() - $i, ++$j)

0 commit comments

Comments
 (0)