I found it difficult to find many data structures puzzles, questions and problem in 100s of websites, so thought of writing and consolidating in a single place.
This would help me to refer it any time and others can also if they like it.
I have contributed as well as referred code from various websites where other has contributed.
Sunday, January 25, 2015
Quick Sort
Quick soft is a very efficient algorithm for sorting.
It has two phases:
a) Partition phases
b) Sort phase.
Follwoing gif image which is referenced from wiki helps to understand the quicksort quickly.
No comments:
Post a Comment