Sorting algorithms/Insertion sort: Difference between revisions

Content added Content deleted
Line 2,026: Line 2,026:
for i = 0 to size - 1
for i = 0 to size - 1


let list[i] = int: (rnd) * 100
let list[i] = int(rnd * 100)


next i
next i