【C++题目002】哪些不是STL的collection

Which of the following is not an STL collection?
a) vector
b) list
c) map
d) tree
e) set

 

当然是tree。前三个都很常用,map和set内部是红黑树。单独的tree在STL中没有。

posted on 2011-06-04 15:54  speedmancs  阅读(198)  评论(0编辑  收藏  举报

导航