中文

Pbit and other list sorting algorithms

数据结构与算法 2007-05-23 v2

摘要

Pbit, besides its simplicity, is definitely the fastest list sorting algorithm. It considerably surpasses all already known methods. Among many advantages, it is stable, linear and be made to run in place. I will compare Pbit with algorithm described by Donald E. Knuth in the third volume of ''The Art of Computer Programming'' and other (QuickerSort, MergeSort) list sorting algorithms.

引用

@article{arxiv.cs/0511020,
  title  = {Pbit and other list sorting algorithms},
  author = {David S. Płaneta},
  journal= {arXiv preprint arXiv:cs/0511020},
  year   = {2007}
}

备注

25 pages, 4 tables