# Introduction In this lab, we will learn how to implement Multiset from the Standard Library (STL) in C++. A Multiset is similar to a Set in that it stores unique values, but, it differs from the Set as it allows duplicates and does not provide the indexing facilities associated with vector .
Click the virtual machine below to start practicing