in reply to How do i sort

Since you do not need to output all the data in a sorted form, and obviously not store the data sorted somewhere, I would probably not try to solve the problem with any sort at all.

I see the problem more as a data extraction problem.

This is Bepa