With "Sort 1D array", we can get ascending ordered elements, as below.
But in practice, the chances of using elements with ascending order and descending order are almost the same. Thus it will be helpful to add a node returns the descending ordered elements, or users are able to select between two options within one node. Although we can reverse the array after "ascending sorting" to achieve a descending order, it costs extra CPU and memory.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.