An open API service indexing awesome lists of open source software.

https://github.com/droxer/quicksort

Golang implementation quick sort.
https://github.com/droxer/quicksort

Last synced: 10 months ago
JSON representation

Golang implementation quick sort.

Awesome Lists containing this project

README

          

# Quick Sort

[![Build Status](https://travis-ci.org/droxer/quicksort.svg?branch=master)](https://travis-ci.org/droxer/quicksort)

This package provides a experimental implementation of [quicksort](https://en.wikipedia.org/wiki/Quicksort).

See [(http://godoc.org/github.com/droxer/quicksort)](http://godoc.org/github.com/droxer/quicksort) for documentation.