Improved Exponential Tree Integer Sorting Algorithm Using Node Growth
Ajit Singh
Broschiertes Buch

Improved Exponential Tree Integer Sorting Algorithm Using Node Growth

Sorting Linear Space Sorting Deterministic Sorting Sorting in O(nloglognlogloglogn) Exponential Tree Integer Sorting

Versandkostenfrei!
Versandfertig in 6-10 Tagen
32,99 €
inkl. MwSt.
PAYBACK Punkte
16 °P sammeln!
The traditional integer sorting algorithms give a lower bound of O(n log n) expected time without randomization and O(n) with randomization. Recent researches have optimized lower bound for deterministic sorting algorithms. This thesis will present an idea to achieve the complexity of deterministic integer sorting algorithm in O(n log log n log log log n) expected time and linear space. The idea will use Andersson s exponential tree to perform the sorting with some major modification. Integers will be passed down to exponential tree one at a time but limit the comparison required at each level...