Computer Science, asked by childmarriage8652, 1 year ago

Which method will arrange the element of an array in alphabetical ordet?

Answers

Answered by PrakharJadaun1441
10
bubble sort linear sort both are good at this
Answered by phillipinestest
4

"Sorting" is the method used to arrange the "elements" of an "array" in alphabetical order.

For example, an array = “Raju” is given to the program. It arranges the letters in “Raju” in alphabetical order as “ajRu”. In Raju, total four letters R, a, j, u in that four letters 'a' comes first followed by 'j' followed by 'R' and followed by 'u' in alphabetical order."

Similar questions