[Haskell-beginners] sorting almost sorted list

Dennis Raddle dennis.raddle at gmail.com
Tue Sep 27 04:46:29 CEST 2011


I have a problem from music. I have a list of notes sorted by begin
time. I want to sort them by end time.

Notes that are sorted by begin time are usually close to sorted by end
time, because notes tend to cluster within a small range of durations.

What algorithms are available to me (hopefully in a library) that are
good with this kind of thing?

Dennis



More information about the Beginners mailing list