set_match: Matching up Elements Between Sorted Collections
The STL offers a handful of algorithms on sets. They are important to master, but they’re only the tip of the iceberg of what we can do with sets. In this post and the next few ones, we’re going to get deeper into the topic of algorithms on sets, by extending the algorithms on sets […]