How about the prime number approach I mentioned above. Any comments?

On 4/11/06, Dhyanesh <[EMAIL PROTECTED] > wrote:

I also particularly dont like radix sort. Because it is kind of a
hack. It is not a comparison based sort. It will work with characters
as you have here. But what if you have not two strings of characters,
but two arrays of "objects" which you can only "compare". You would
not be able to apply radix sort then.

-Dhyanesh

On 4/11/06, Kevin <[EMAIL PROTECTED]> wrote:
>
> Talking about radix sorting, my experience is that many job
> interviewers (who are coders/developer themselvef) do not like it. Each
> time when I mentioned it, they usually did not get happy with it.
>
> What could be the reason? Any bad things in practical for radix
> sorting?
>
>
> >
>





--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Algorithm Geeks" group.
To post to this group, send email to algogeeks@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/algogeeks
-~----------~----~----~----~------~----~------~--~---

Reply via email to