Computer Science, asked by Chahalsaab347, 1 year ago

are numbers and encoded characters, generally used as operands.

Answers

Answered by Anonymous
4

Explanation:

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.

Answered by Anonymous
0

Explanation:

numbers are encoded characters generally used as operands

Similar questions
Math, 1 year ago