December 2016
Beginner
800 pages
21h 23m
English
The Standard Template Library (STL) supplies the programmer with container classes that help with applications requiring frequent and quick searches. The std::set and std::multiset are used to contain a sorted set of elements and offer you the ability to find elements given a logarithmic complexity. Their unordered counterparts offer constant-time insertion and search capabilities.
This lesson includes
How STL set and multiset, unordered_set, and unordered_multiset containers can be of use to you
Insertion, removal, and ...
Read now
Unlock full access