Bubble sort algorithm in AerScript.
All checks were successful
The build was successful.

This commit is contained in:
2019-04-20 16:56:53 +02:00
parent 8331d36869
commit 13ea9825b8
2 changed files with 45 additions and 0 deletions

18
tests/bubble_sort.exp Normal file
View File

@@ -0,0 +1,18 @@
array(int, 8) {
[0] =>
int(1)
[1] =>
int(2)
[2] =>
int(5)
[3] =>
int(6)
[4] =>
int(7)
[5] =>
int(9)
[6] =>
int(10)
[7] =>
int(14)
}