Sorting algorithms/Bubble sort: Difference between revisions

Content added Content deleted
(Section moved)
Line 3,350: Line 3,350:
y =
y =
5. 4. 3. 2. 1.
5. 4. 3. 2. 1.
-->x=BubbleSort(a)
-->x=BubbleSort(a)
x =
x =
1. 2. 3. 4. 5. </pre>
1. 2. 3. 4. 5. </pre>