Learning C++: Sorted-Range Algorithms of the STL Part 2

Mike McMillan
Level Up Coding
Published in
6 min readMay 2, 2020

--

Photo by JOSHUA COLEMAN on Unsplash

In this article I’ll continue my discussion of the sorted-range algorithms found in the Standard Template Library (STL). These algorithms perform tasks such as merging containers and performing set operations such as union, intersection, and difference.

Merging Container Elements

--

--

Mike McMillan writes about computer programming and running. See more of his writing and courses at https://mmcmillan.gumroad.com.