johncjensen / merge-sort

Ruby implementation of computer science merge sort algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Merge Sort

Ruby implementation of computer science Merge Sort algorithm.

Each run generates an array of 10 random numbers between 0 and 10000 to sort

#How to Run Git clone or Download

Run "ruby mergeshort.rb"

#License

MIT License

#Visual Example alt text

image source: wikipedia

About

Ruby implementation of computer science merge sort algorithm


Languages

Language:Ruby 100.0%