STL标准库 关联式容器

    xiaoxiao2022-07-03  201

    RB-tree 红黑树

    set 集合  底层数据结构 红黑树 使用insert_unique()

    map 映射表 底层数据结构 红黑树 使用insert_unique()

    multiset 键值可重复 底层数据结构 红黑树 使用insert_equip()

    multimap 键值可重复 底层数据结构 红黑树 使用insert_equip()

    hashtable 散列表 底层vector 碰撞冲突 开链法

    hash_set

    hash_map

    hash_multiset

    hash_multimap

    最新回复(0)