Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pokle/qsort
A quick sort implementation as readable as possible in Ruby
https://github.com/pokle/qsort
Last synced: 10 days ago
JSON representation
A quick sort implementation as readable as possible in Ruby
- Host: GitHub
- URL: https://github.com/pokle/qsort
- Owner: pokle
- Created: 2013-06-16T12:10:54.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-01-15T06:24:56.000Z (almost 11 years ago)
- Last Synced: 2023-03-11T00:19:15.135Z (over 1 year ago)
- Language: Ruby
- Size: 145 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Learn me a quick sort!
=====Here's a simple (to read) ruby implementation of the quick sort algorithm. It's not the most optimal quick sort implementation, but I hope it's a very readable one.
[![Build Status](https://travis-ci.org/pokle/qsort.png?branch=master)](https://travis-ci.org/pokle/qsort)