Sorting algorithms/Bubble sort: Difference between revisions

Content added Content deleted
(J)
Line 552:
y
)</lang>
 
For the most part, bubble sort works against J's strengths. However, once a single pass has been implemented as a list operation, ^:_ tells J to repeat this until the result stops changing.
 
=={{header|Java}}==