184k views
3 votes
Apply the Divide and Conquer procedure to the string "EXAMPLE". Using merge sort method of sorting, sort the alphabets in the words in alphabetical order.

User Gutblender
by
7.6k points

1 Answer

0 votes

Final answer:

The Divide and Conquer procedure is used to sort the alphabets in the word "EXAMPLE" using the merge sort method of sorting.

Step-by-step explanation:

The Divide and Conquer procedure is used to sort the alphabets in the word "EXAMPLE" using the merge sort method of sorting. Here are the steps:

Sort the individual alphabets in alphabetical order: A, E, E, L, M, P, X

Combine the sorted individual alphabets to form the sorted word: AEELMPX

Therefore, the sorted word is "AEELMPX".

User Kbcool
by
7.7k points