Changes

Jump to: navigation, search

Team Hortons

11 bytes removed, 18:11, 29 October 2017
no edit summary
These algorithms provide a ''functional'' way to work on collections, and are 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".
<code><pre>
#include <iostream>
#include <algorithm>
return 0;
}
</pre></code>
Output:

Navigation menu