Which of the following is not an STL collection?a) vectorb) listc) mapd) treee) set
当然是tree。前三个都很常用,map和set内部是红黑树。单独的tree在STL中没有。