are numbers and encoded characters, generally used as operands.
Answers
Answered by
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
0
Explanation:
numbers are encoded characters generally used as operands
Similar questions