Question: 7-2. Sort the characters of the string SEQUENCE using merge sort; show your work. 7-3. Decrease-by-third merge sort. Design a version of merge sort that

7-2. Sort the characters of the string "SEQUENCE" using merge sort; show your work. 7-3. Decrease-by-third merge sort. Design a version of merge sort that works by dividing V into three lists of lengthnstead of two lists of length 2. Prove the time efficiency class of your algorithm using the master method. How does your algorithm compare to the classical divided-by-half merge sort algorithm
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
