Aer/tests/bubble_sort.exp
belliash 13ea9825b8
All checks were successful
The build was successful.
Bubble sort algorithm in AerScript.
2019-04-20 16:56:53 +02:00

18 lines
156 B
Plaintext

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)
}