Can anyone tell what is this algorithm called that i have implemented?
I am assuming this is quick sort, but other places refer quick sort using a partition and then placing the pivot at the correct position.
I am assuming this is quick sort, but other places refer quick sort using a partition and then placing the pivot at the correct position.