...
/Challenge: Sort Elements of an Array in Descending Order
Challenge: Sort Elements of an Array in Descending Order
Test your knowledge by solving a difficult challenge in this lesson.
We'll cover the following...
Problem statement
Your task is to write a function sort_elements
. Your function signature would be:
The input array arr[ ]
will ...