Database
aa0298.txt
Associated article: The Flashsort1 Algorithm
Tags: Database Web Development Tools Design
Published source code accompanying the article by Karl-Dietrich Neubert in which he discusses "classification sorts" which are much faster than Quicksort or Heap Sort on large amounts of data.
Algorithm Alley
by Karl-Dietrich Neubert
Listing One
SUBROUTINE FLASH1 (A. N. L. M)
C SORTS ARRY A WITH N ELEMENTS BY USE OF INDEX VECTOR L
C OF DIMENSION M WITH M ABOUT 0.1 N.
C COPYRIGHT (C) K. - D. ...


