由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - an interview question
相关主题
如何 randomize 一个sorted的文件 ?这段代码有什么问题?
这个同学很神underlying sort algorithm for SET in STL?
Efficient algorithms for finding number, help please怎么efficiently实现next_combination?
[合集] Returning heavy weight object in C++ function问一道HIVE题 关于Efficiency
什么时候该用什么sort算法A STL sorting algorithm problem
今天电面又被老印黑了。。。。 (转载)问一个基本问题
请教:how to call a COM object in a stored procedure? (转载)如何sort and merge n 个sorted linked list
c的memory layout和c++的memory layout有什么不同?嵌入式系统用什么sorting算法比较好?
相关话题的讨论汇总
话题: question话题: interview话题: when话题: sorted话题: efficient
进入Programming版参与讨论
1 (共1页)
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?

1 (共1页)
进入Programming版参与讨论
相关主题
嵌入式系统用什么sorting算法比较好?什么时候该用什么sort算法
如何让python dictionary sorting 的速度变得很快?今天电面又被老印黑了。。。。 (转载)
help understanding code (random number)请教:how to call a COM object in a stored procedure? (转载)
Randomization of an arrayc的memory layout和c++的memory layout有什么不同?
如何 randomize 一个sorted的文件 ?这段代码有什么问题?
这个同学很神underlying sort algorithm for SET in STL?
Efficient algorithms for finding number, help please怎么efficiently实现next_combination?
[合集] Returning heavy weight object in C++ function问一道HIVE题 关于Efficiency
相关话题的讨论汇总
话题: question话题: interview话题: when话题: sorted话题: efficient