Programming Thread

Viewing single post

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

previous topic - next topic

darkknightkryta

Nov 09, 2017, 09:19 PM Last Edit: Nov 09, 2017, 09:21 PM by darkknightkryta
No. ::P
First in, first out is the official name for the algorithm in the context of scheduling.

That's scheduling, not compsci



Anyways, I have to write lessons for all the sorting algorithms in textbooks.  I'm arbitrarily starting with quicksort.  Does it "have" to be recursive?  I can't find a non-recursive algorithm and I'd rather not write one.