【24h】

ADAPTIVE SORTING WITH AVL TREES

机译:AVL树的自适应排序

获取原文
获取原文并翻译 | 示例

摘要

A new adaptive sorting algorithm is introduced. The new implementation relies on using the traditional AVL trees, and has the same performance limitations. More precisely, the number of comparisons performed by our algorithm, on an input sequence of length n that has I inversions, is at most 1.44n lg I + O(n). Our algorithm runs in time O(n log I) and is practically efficient and easy to implement.
机译:提出了一种新的自适应排序算法。新的实现依赖于使用传统的AVL树,并且具有相同的性能限制。更准确地说,我们的算法对长度为n的具有I求逆的输入序列执行的比较次数最多为1.44n lg I / n + O(n)。我们的算法运行时间为O(n log I / n),实用且高效且易于实现。

著录项

相似文献

  • 外文文献
  • 中文文献
  • 专利
获取原文

客服邮箱:kefu@zhangqiaokeyan.com

京公网安备:11010802029741号 ICP备案号:京ICP备15016152号-6 六维联合信息科技 (北京) 有限公司©版权所有
  • 客服微信

  • 服务号