Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
假设我们有一个分布在集群上多个节点上的大型整数数据集。对这些数字进行排序的最佳方法是什么?我们不关心硬件,假设我们有足够的资源。
在进行了更多搜索后,我发现解决方案是一种称为“合并网络”的算法,该算法源自“双音排序算法”。这解决了我的问题。