Computer Science, asked by sruthiyapalaparvi, 3 months ago

Take a list of elements that contains both characters and numbers. Using any sortingalgorithm sort the list such that the characters are in alphabetical order and the numbersare in descending order. However, retain the position of numbers and characters. Forexample: input: b,2,1,c,3,a. Output: a,3,2,b,1,c.

Answers

Answered by kauserheena450
0

Answer:

i dont know

Explanation:

Similar questions