المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Sorting String Using Radix Sort



C# Programming
09-02-2009, 05:50 PM
Okay. So my first attempt in sorting the strings using Radix Sort is a failure(The one with converting all strings into ASCII code).

Now, what i want to do is use the strings directly to sort them out using Radix Sort. Is there any available source code that can sort strings using Radix Sort? I already got one source code but I think it's implemented in Java. I don't have any time to make my own code since it will be passed on saturday(GMT +8:00).

One question though. What programming ******** that uses CharAt() method? Is that Java? If so, what is the *****alent method of that in C#?