Programming Thread

Viewing single post

Started by the-pi-guy, Mar 13, 2016, 10:39 PM

previous topic - next topic

darkknightkryta

No. Nonrecursive
Optimized QuickSort -- C Implementation (Non-Recursive)



Usually it's possible to change an implementation from recursive to iterative.  

It is, I just didn't want to write one from scratch.