桶排序? [英] Bucketsort?

查看:96
本文介绍了桶排序?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

是否在C ++ std

的某处构建了桶排序容器/算法,还是我必须自己实现?

Is the bucket sort container/algorithm built in somewhere in the C++ std
or do I have to implement it myself?

推荐答案

desktop写道:
desktop wrote:

是否在C ++某处构建了桶排序容器/算法
std还是我有自己实现它?
Is the bucket sort container/algorithm built in somewhere in the C++
std or do I have to implement it myself?



也没有冒泡排序。没有Shell排序。并没有合并排序。

实际上,想一想,只识别出快速排序,并且它在C ++库中是'b $ b'因为它在C库。 C ++标准

没有指定std :: sort使用什么类型的排序算法,

std :: stable_sort和std :: partial_sort [_copy]。


V

-

请在通过电子邮件回复时删除资金''A'

我没有回复最热门的回复,请不要问

There is no bubble sort either. And no Shell sort. And no merge sort.
Actually, come to think of it, only Quick sort is identified, and it''s
in the C++ library because it''s in the C library. The C++ Standard
does not specify what kind of sort algorithm is used for std::sort,
std::stable_sort, and std::partial_sort[_copy].

V
--
Please remove capital ''A''s when replying by e-mail
I do not respond to top-posted replies, please don''t ask


Victor Bazarov写道:
Victor Bazarov wrote:

desktop写道:
desktop wrote:

>在C ++
标准的某处构建了桶排序容器/算法,还是我必须实现它我?
>Is the bucket sort container/algorithm built in somewhere in the C++
std or do I have to implement it myself?



也没有冒泡排序。没有Shell排序。并没有合并排序。

实际上,想一想,只识别出快速排序,并且它在C ++库中是'b $ b'因为它在C库。 C ++标准

没有指定std :: sort使用什么类型的排序算法,

std :: stable_sort和std :: partial_sort [_copy]。


V


There is no bubble sort either. And no Shell sort. And no merge sort.
Actually, come to think of it, only Quick sort is identified, and it''s
in the C++ library because it''s in the C library. The C++ Standard
does not specify what kind of sort algorithm is used for std::sort,
std::stable_sort, and std::partial_sort[_copy].

V



好​​的我在这里找到了它:

http://www.codecogs.com/cog-1


但是我不确定这个地方代码的质量和它

似乎不能像升级或其他质量扩展一样下载。


有关codecogs的经验吗?

Ok I have found it here:

http://www.codecogs.com/cog-1

but I am not sure of the quality of the code from this place and it
seems that its not downloadable like boost or other quality expansions.

Any experience with codecogs?


desktop写道:
desktop wrote:

Victor Bazarov写道:
Victor Bazarov wrote:

> desktop写道:
>desktop wrote:

>>是否在C ++的某处构建了桶排序容器/算法
std还是我必须自己实施?
>>Is the bucket sort container/algorithm built in somewhere in the C++
std or do I have to implement it myself?


也没有冒泡排序。没有Shell排序。并没有合并
排序。实际上,想到它,只识别出快速排序,它就在C ++库中,因为它在C库中。 C ++
标准没有规定什么样的排序算法用于
std :: sort,std :: stable_sort和std :: partial_sort [_copy]。

V


There is no bubble sort either. And no Shell sort. And no merge
sort. Actually, come to think of it, only Quick sort is identified,
and it''s in the C++ library because it''s in the C library. The C++
Standard does not specify what kind of sort algorithm is used for
std::sort, std::stable_sort, and std::partial_sort[_copy].

V



好​​的我在这里找到了它:

http://www.codecogs.com/cog-1


但是我不确定它的质量来自这个地方的代码和它

似乎不能像升级或其他质量一样下载

扩展。

任何编码键盘的经验?


Ok I have found it here:

http://www.codecogs.com/cog-1

but I am not sure of the quality of the code from this place and it
seems that its not downloadable like boost or other quality
expansions.
Any experience with codecogs?



不。我是程序员,而不是下载程序/集成程序。我使用书籍

和其他出版物来学习我随后实施的算法

[并经常修改]以满足我们团队的需求。


V

-

请在通过电子邮件回复时删除资金''A'

我这样做没有回复最热门的回复,请不要问

Nope. I am a programmer, not a downloader/integrator. I use books
and other publications to learn the algorithms which I then implement
[and often modify] to suit our team''s needs.

V
--
Please remove capital ''A''s when replying by e-mail
I do not respond to top-posted replies, please don''t ask


这篇关于桶排序?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆