Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)