Jump to content

Sorting algorithms/Bubble sort: Difference between revisions

Correct capitalisation
(Correct case)
(Correct capitalisation)
Line 420:
(println (bubble-sort [10 9 8 7 6 5 4 3 2 1]))</lang>
 
=={{header|CobolCOBOL}}==
This is a complete program that reads in a file of integers and sorts them.
<lang cobol> IDENTIFICATION DIVISION.
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.