When building a sorting algorithm to sort an array, how many n elements in the array is quick sort faster that selection sort? I know that Quick sort is good for more elements and that selection sort is great for smaller size. But was wondering when Quick Sort is a far better option than SelectionRead more