Hello folks,
I have implemented quick sort recursively that works good however I am looking for Iterative approach to do the same efficiently. I tried some approaches but they are verbose.
Appreciate code snippets for the same however algorithm is also ok if not feasible.

VulpesPosted Apr 29, 2014, 5:24 AM
http://www.softwareandfinance.com/CSharp/QuickSort_Iterative.html
Prakash TripathiPosted Apr 29, 2014, 1:41 AM