Why does C qicksort function implementation works much slower (tape comparations, tape swapping) than bobble sort function?
- by Artur Mustafin
I'm going to implement a toy tape "mainframe" for a students, showing the quickness of "quicksort" class functions (recursive or not, does not really matters, due to the slow hardware, and well known stack reversal techniques) comparatively to the "bubblesort" function class, so, while I'm clear about the hardware implementation ans controllers, i…