Science, asked by shareefreyash, 5 months ago

Code Approach: For this question, you will need to correct the
given implementation. We do not expect you to modify the
approach or incorporate any additional library methods.
The function/method descending SortArray performs an in-place sort
on the given input list which will be sorted in descending order.
The function/method descending SortArray accepts two arguments -
len, an integer representing the length of the input list and arr, a list of
integers representing the input list, respectively.
The function/method descendingSortArray compiles successfully but
fails to get the desired result for some test cases due to logical errors.
Your task is to fix the code so that it passes all the test cases.​

Answers

Answered by 20190145
0

Answer:

# PLEASE

Explanation:

Use a normal language so others can also understand easily.

Similar questions