0 votes
in Go Semantics Supplemental by
Which sorting algorithm uses divide and conquer principle to divide the list to single elements?

a) Bubble Sort

b) Heap Sort

c) Radix Sort

d) Merge Sort

1 Answer

0 votes
by
d) Merge Sort
...