Categorygithub.com/ready-steady/sort
modulepackage
0.0.0-20151130154609-c3763d4578b8
Repository: https://github.com/ready-steady/sort.git
Documentation: pkg.go.dev

# README

Sort Build Status

The package provides sorting algorithms.

Documentation

Contributing

  1. Fork the project.
  2. Implement your idea.
  3. Create a pull request.

# Functions

Quick sorts data in place using the Quicksort algorithm.
Unique sorts data in place and eliminates duplicates.