m*******o 发帖数: 264 | 1 When is it more efficient to use a sorted vector instead of a set
for storing ordered objects? | j******o 发帖数: 82 | 2 sorted set is not as efficient when it comes random access, i.e. given a pos
ition index.
【在 m*******o 的大作中提到】 : When is it more efficient to use a sorted vector instead of a set : for storing ordered objects?
| b***y 发帖数: 2799 | 3 , when you need to randomly access the ith object.
【在 m*******o 的大作中提到】 : When is it more efficient to use a sorted vector instead of a set : for storing ordered objects?
|
|