什么是最好的排序算法为一组随机漂浮物?算法、漂浮物、是最好的

由网友(用身體換來那虛僞的愛、)分享简介:我的一位同事只是把这个问题出在空中今天下午,有点让我好奇。我精通分拣交易算法,但缺少一个正式的学位compsci / compeng(这是我八九不离十不愿意承认),真的不能把我的手指在这一个。 :P A colleague of mine just put that question out in the air t...

我的一位同事只是把这个问题出在空中今天下午,有点让我好奇。我精通分拣交易算法,但缺少一个正式的学位compsci / compeng(这是我八九不离十不愿意承认),真的不能把我的手指在这一个。 :P

A colleague of mine just put that question out in the air this afternoon, and somewhat left me curious. I'm versed with sorting algos, but lacking a formal degree in compsci / compeng (something I'm sorta averse to admitting), can't really place my finger on this one. :p

和噢,这是轻度的一个C#/。NET实现...的背景下,以防万一,改变的事情一点。

And oh yeah, this is mildly in the context of a C#/.NET implementation... just in case that changes things a bit.

谢谢你们。 :)

推荐答案

对于固定长度的数字,你不局限于基于比较的排序算法,所以 O(N *的log(n) )是没有的限制。 基数排序在 O(n)的工作原理,可用于比较方便由于IEEE 754浮点数被正确地排序时,他们的位模式为PTED为整数除$ P $,惊人的属性

For fixed-length numbers, you're not restricted to comparison-based sorting algorithms, so O(n*log(n)) is not the limit. Radix Sort works in O(n), and can be used quite conveniently due to the amazing property of IEEE 754 floats of being sorted correctly when their bit pattern is interpreted as integers.

阅读全文

相关推荐

最新文章