Qurak
Documentation
Pricing
Sign in
Qurak
Documentation
Functions
ReverseSort
ReverseSort
Available
Sorts a list in descending order.
Forms
ReverseSort[list]
ReverseSort[list, p]
Verified examples
ReverseSort[{3, 1, 4, 1, 5, 9}] → {9, 5, 4, 3, 1, 1}
ReverseSort[<|a -> 1, b -> 3, c -> 2|>] → <|b -> 3, c -> 2, a -> 1|>
Run this on Qurak
Search the reference
Topics
New In111 Alphabetical Listing
- R
Rearranging And Restructuring Lists
- Sequence-Oriented Operations
Related
Sort
ReverseSortBy
NumericalSort
AlphabeticSort
LexicographicSort
Ordering
Order
OrderedQ
Reverse
ArrayFilter
ArrayFlatten
ArrayPad
← ReverseGraph
ReverseSortBy →
All 6300 functions
·
Use this from an MCP client