A lot of interviewers like to ask the candidates the difference between set and multiset(map and multimap).What does multi actually mean?Multi-container could have duplicate element.Check the code below.
1 /********************************************* 2 Author:Zhou You 3 Time:2014.09.06 4 Feature:comparison of containers such as set,multiset,map and multimap. 5 *********************************************/ 6 7 #include 8 #include 9 #include
In both map and set,I define compare function myself.