Monday, July 27, 2009

C program to arrange given set of numbers in ascending order?

Quicksort is a standard service in the C libraries.





All you do is provide the comparison function and pointit to your data.

C program to arrange given set of numbers in ascending order?
Does it need to be written in C, or would an app written in another language that acomplished what you want do the job?


Also, what type of numbers did you have in mind?
Reply:If you want me to solve it i can...





but itll $$$ you
Reply:use a for loop and do some compares. jeez.


No comments:

Post a Comment