Skip to main content

1986 | OriginalPaper | Buchkapitel

Binary Tree Sort

verfasst von : Keith McLuckie, Angus Barber

Erschienen in: Sorting Routines for Microcomputers

Verlag: Macmillan Education UK

Aktivieren Sie unsere intelligente Suche, um passende Fachinhalte oder Patente zu finden.

search-config
loading …

All the sorts that have so far been discussed have treated the input list as a linear succession of elements. Although they have achieved reasonable speeds their sort times will always be dependent on n ~2 and this has made some of them extremely slow and hence of little use for any large values of n. The next few chapters cover several sorts that impose a structure on the input list. As a result of this structure the lists are treated as a non-linear succession of elements. By treating the input list as non-linear it is possible to cut down on the number of comparisons and exchanges that need to be carried out to sort. Non-linear in this instance means that the list is accessed non-sequentially, that is not one item after another, necessarily.

Metadaten
Titel
Binary Tree Sort
verfasst von
Keith McLuckie
Angus Barber
Copyright-Jahr
1986
Verlag
Macmillan Education UK
DOI
https://doi.org/10.1007/978-1-349-08147-9_4