由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - A STL sorting algorithm problem
相关主题
underlying sort algorithm for SET in STL?Is it safe to use unique_ptr with STL container?
sort algorithm弱问c++ iterator 和 pointer区别
How to sort a map in C++ STL based on Value, instead of KeySTL里的priority_queue到底有啥用?
修改map的键值Efficient algorithms for finding number, help please
STL 一问三道 Amazon Onsite Coding 题
partial_sort问题今天电面又被老印黑了。。。。 (转载)
哪位大侠给说说 何时用 merge sort, 何时用 quick sort, 何时Re: 有娃有老公,但是却感觉自己什么都没有。 (转载)
问一个基本的查找问题问一个基本问题
相关话题的讨论汇总
话题: stl话题: algorithm话题: sort话题: sorting话题: problem
进入Programming版参与讨论
1 (共1页)
I****k
发帖数: 35
1
In STL, Sort algorithm take two iterator parameters, can we pass two
points to begin/end of an array to Sort algorithm in STL? why?
t****t
发帖数: 6806
2
yes, you can. be ware that "end of array" really means the position beyond
the last element.

【在 I****k 的大作中提到】
: In STL, Sort algorithm take two iterator parameters, can we pass two
: points to begin/end of an array to Sort algorithm in STL? why?

1 (共1页)
进入Programming版参与讨论
相关主题
问一个基本问题STL 一问
如何 randomize 一个sorted的文件 ?partial_sort问题
如何sort and merge n 个sorted linked list哪位大侠给说说 何时用 merge sort, 何时用 quick sort, 何时
嵌入式系统用什么sorting算法比较好?问一个基本的查找问题
underlying sort algorithm for SET in STL?Is it safe to use unique_ptr with STL container?
sort algorithm弱问c++ iterator 和 pointer区别
How to sort a map in C++ STL based on Value, instead of KeySTL里的priority_queue到底有啥用?
修改map的键值Efficient algorithms for finding number, help please
相关话题的讨论汇总
话题: stl话题: algorithm话题: sort话题: sorting话题: problem