News

In order to familiarize ourselves with the algorithms provided by the stl, we aren't allowed to use any explicit loop constructs (while, for, or even recursive loops) in our current assignment ...
Also, a recursive algorithm can always be implemented iteratively by using an explicit stack. Finally, I'd note that a five-line solution is probably always better than a 100 line one (assuming ...