i want to know the easiest method to do quick sort.

Recommended Answers

All 2 Replies

google for quick sort and you will get your answer. But the easiest to code is standard qsort() method.

>But the easiest to code is standard qsort() method.
Which, despite the name, isn't required to be quicksort. ;)

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.