标签: algorithm parallel-processing complexity-theory time-complexity
在模拟理论证明中:模拟并发写: “crcw算法中的p处理器可能不会比同一问题的最佳erew算法更快log(p)时间”
任何人都可以解释为什么只有log(p)才能通过模拟证明中的第一个组件对数组进行排序而不是O(plogp)?
答案 0 :(得分:2)
排序与对数深度sorting network并行完成。 AKS结构是银河算法的一个很好的例子。具有深度log ^ 2 n的Batcher's bitonic sorting network在实践中更合理。