set的用法

set和map一样,里面都是红黑树

insert();

count();

clear();

size();

插入和查找的时间复杂度都是log(n);

原文地址:https://www.cnblogs.com/zyfltyyz/p/11776429.html