Advertisement
C_Volume2 Data Structures #73768

Gamasort, an improved Radix Sort Exchange Algorithm

* This is a Radix Sort Exchange routine which will work only on * unsigned integers (unlike a general sorting function which * works based on comparisons). Since its complexity overhead * is pretty large, it is efficient on big array where the * maximum number is bounded by a relatively small ceiling. * E.g. a big array of bytes or shorts.

AI

AI Summary: 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.

Source Code
original-source
Upload
Original Comments (3)
Recovered from Wayback Machine