cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Fastsort Algorithm
Fastsort Algorithm
Nov 22, 2012 at 9:11am UTC
theranga
(125)
Does anyone know an implementation for the Fastsort algorithm? I found a bit about it here:
http://www.slideshare.net/JustinTimb/the-flashsort-algorithm
but its 'implementation' is really unclear.
Nov 22, 2012 at 1:11pm UTC
hamsterman
(4538)
It's FLASHsort. There seems to be a java implementation here:
http://home.westman.wave.ca/~rhenry/sort/#flashsort
I didn't test it myself.
Nov 22, 2012 at 8:45pm UTC
toum
(353)
Several implementations are given on the algorithm's author website:
http://www.neubert.net/Flacodes/FLACodes.html
Nov 22, 2012 at 9:08pm UTC
theranga
(125)
sorry about getting the name mixed up
@toum, thanks.
Topic archived. No new replies allowed.