In: Computer Science
Explain why selection sort can be viewed as a divide and conquer algorithm. Compare selection sort with insertion sort with respect to performance (consider worst case and best case running times).
hello sir,
I have given algorithm and time complexity analysis os selection and insertion sort
in terms of comparison insertion sort is better the selection sort
i have given 1 example of both algorithms