03-12-2023, 11:05 PM
(This post was last modified: 03-12-2023, 11:05 PM by Kernelpanic.)
Quote:More important than being able to pick between various sorting routines, is learning *WHY* the various routines work, and the principle behind them.
That is the crucial point!
Faster sorting is done using the index of records. It works similar to sorting via pointers as in C. But I would have to deal with that first.