Advertisement
3_2004-2005 Sorting #146530

Binary Shift Radix Sort

The purpose of my program is to sort a list of any data type using the radix sort. Normally the radix sort has only been allowed to sort normal data types but I thought that was a waist of a great sort. So I found a way to include any data type for the radix sort by using bit shifting. As long as the bit shifting operators for any future data type are overloaded the radix sort may be used with this code.

AI

Riepilogo AI: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.

Codice sorgente
original-source
Upload
Commenti originali (3)
Recuperato da Wayback Machine