Algorithms in the std lib

bearophile bearophileHUGS at lycos.com
Tue Feb 17 10:03:10 PST 2009


Daniel de Kok:
> How about suffix array construction?

I agree that it's useful to have in a std lib (I have had to implement it some times, but not in D yet).
(In those dlibs there are other things like Kd-trees and Range Minimum Query algorithms and data structures, that despite being nice and all are probably not useful to enough people).

Bye,
bearophile



More information about the Digitalmars-d mailing list