C++ Set, Unordered Set, Multiset

Subscribers:
50,600
Published on ● Video Link: https://www.youtube.com/watch?v=nfKVyv_up34



Duration: 0:00
456 views
25


Sets in C++. A set is a collection of unique elements (no duplicates). A C++ set is in sorted order, whereas in other languages, a set may not be sorted.
An unordered set is not ordered by insertion, nor sorted. A vector is ordered by insertion (not sorted). In this video, we will go over the differences between a set and a vector, and cover the different kinds of sets: set, unordered_set, and multiset.

C++ Playlist:
   • C++ Programming Tutorial  

Install C++ with VS Code:
   • How to set up C++ in Visual Studio Code  

Subscribe for more coding tutorials 😄!