Discover Packages
github.com/ready-steady/sort
package
module
Version:
v0.0.0-...-c3763d4
Opens a new window with list of versions in this module.
Published: Nov 30, 2015
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 5
Opens a new window with list of known importers.
README
README
¶
Sort
The package provides sorting algorithms.
Contributing
Fork the project.
Implement your idea.
Create a pull request.
Expand ▾
Collapse ▴
Documentation
¶
Package sort provides sorting algorithms.
Quick sorts data in place using the Quicksort algorithm. The function returns
two orderings, order1 and order2, such that order1[i] is the old position of
of the new data[i], and order2[i] is the new position of of the old data[i].
https://en.wikipedia.org/wiki/Quicksort
Unique sorts data in place and eliminates duplicates.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.