You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement sortDescending/sortByDescending for Array, List, Seq
Commits:
Add Tests and naive implementation for Array SortDescending and SortByDescending
Add Tests and naive implementation for List SortDescending and SortByDescending
Add Tests and naive implementation for Seq SortDescending and SortByDescending
Removed Array Reverse and Implementation of Array.sortByDescending properly
Remove Whitespace/Dead Code
Correct Implementation of List sortDescending and sortByDescending
Updated SurfaceArea to include new Sort Functions sortDescending and sortByDescending for Array, List and Seq
Added Unit Tests for sorting Tuples to verify stable sorting
Fixed bug in Array.sortDescendingBy, removed unnecessary Array.Reverse
Implemented Seq.sortDescending and sortDescendingBy using the List.sortWith method.
Fixed Remarks for Seq SortDescending and SortByDescending to indicate that they are Stable Sorts
Mark array and line sortDescending and sortDescendingBy as inline
Moved List.sortDescending and sortByDescending to local.fs and List and Seq use that
Added tuple, date, float and string tests for Sorting Arrays
0 commit comments