- Implement a OrderByAscendingBySum extension method that orders the rows in a jagged-array by ascending of the sum of the elements in them.
- Implement a OrderByDescendingBySum extension method that orders the rows in a jagged-array by descending of the sum of the elements in them.
- Implement a OrderByAscendingByMax extension method that orders the rows in a jagged-array by ascending of the maximum of the elements in them.
- Implement a OrderByDescendingByMax extension method that orders the rows in a jagged-array by descending of the maximum of the elements in them.
The task definitions are given in the XML-comments for this methods.
Restriction: use only the capabilities of the C# language.
-
Notifications
You must be signed in to change notification settings - Fork 0
sgorgun/JaggedArray
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published