asked 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.

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".

answered
User Kbcool
by
8.2k points