A sorting algorithm is an algorithm that puts elements of a list in a certain order. The most-used orders are numerical order and lexicographical order. Efficient sorting is important for optimizing the use of other algorithms (such as search and merge algorithms) which require input data to be in sorted lists; it is also often useful for canonicalizing data and for producing human-readable output.
-
Notifications
You must be signed in to change notification settings - Fork 0
DuCalixte/ScalaSortingUtilities
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
About
A series of sorting methods using Scala and various sorting algorithm
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published