55
edits
Changes
no edit summary
* '''sort''' - Sorts the elements in the range
These algorithms provide a ''functional'' way to work on collections, and are very common present in several programming languages. These algorithms replace what usually would be a for/while loop, shifting the attention from "how to loop" to "what to do".
<pre><code>