in reply to Re: Reverse Engineering Sort Order
in thread Reverse Engineering Sort Order

I did this rereading excercise too - but eventually I think I know what he needs. He has a sorted list of records and he want's to determine what kind of sort was used to sort it.

More precisely he has a definition of a family of sorting functions, and the result of applying one of those functions to some data record. He want's to determine what was that function.

Perhaps he want's an algorithm that given the sorted list would output the definition of the sorting function.

Replies are listed 'Best First'.
Re: Re: Re: Reverse Engineering Sort Order
by qq (Hermit) on Jun 10, 2003 at 18:00 UTC

    Thats about it. The original data is hand sorted. I want to know what rules, or rather character order, was used to sort it.