Homework (Divide & conquer)
Abschlussbedingungen
Opened: Mittwoch, 22. April 2020, 00:00
Due: Mittwoch, 29. April 2020, 00:00
Implement mergesort that instead of splitting the sequence to two equal parts splits it into k parts. Analyse its time complexity (for every given k>2). Will it run faster than usual quicksort?