Pbit

From Wikipedia, the free encyclopedia

For the unit of data storage, see petabit

Pbit refers to a list sorting algorithm. Among its many advantages are that it is stable, linear and non-extensive.

[edit] Description

The algorithm takes ideas from both the radix sort and bucket sort. Nodes are sorted in phases, starting with the most significant bits. In each phase, nodes are distributed into buckets according to the next K bits. The lists are recursively sorted and merged at the end.

[edit] References

Languages