We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d714d4 commit b352056Copy full SHA for b352056
resources/minitscript/tests/bubblesort-test.tscript
@@ -1,5 +1,4 @@
1
function: bubbleSortA(&$array)
2
- $startTime = time.getCurrentMillis()
3
# best code quality, but less performance
4
for ($i = 1, $i < $array->getSize(), ++$i)
5
for ($j = 0, $j < $array->getSize() - $i, ++$j)
0 commit comments