2
Reply

Need efficient quicksot implementation using Iterative way

Prakash Tripathi

Prakash Tripathi

Feb 14 2014 11:47 PM
4.3k

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. 

Answers (2)