Five new algorithms to C++11 that you should know about -- Marius Bancila

More from Marius Bancila and the <algorithm> factory:
Five new algorithms to C++11 that you should know about
by Marius Bancila
From the article:
C++11 added a bunch of new general purpose algorithms to the
<algorithm>header. In this article we will look at five of them that C++ developers should know about.

Still on the theme of "contiguous enables fast," a followup on the recent "Fast Polymorphic Collections" article:
Stroustrup's introduction to programming book has now been updated for modern C++. The Preface was posted on InformIT: