https://github.com/jbitton/sorting-algorithms
sorting algorithms implemented in ruby
https://github.com/jbitton/sorting-algorithms
Last synced: over 1 year ago
JSON representation
sorting algorithms implemented in ruby
- Host: GitHub
- URL: https://github.com/jbitton/sorting-algorithms
- Owner: jbitton
- Created: 2016-10-26T17:32:15.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-26T18:08:12.000Z (over 9 years ago)
- Last Synced: 2025-01-29T00:31:51.418Z (over 1 year ago)
- Language: Ruby
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sorting-algorithms
sorting algorithms implemented in ruby:
- insertion sort
- merge sort
- quicksort
files:
- sorts.rb: contains the sort algorithms implemented
- timer.rb: taken from RubyWorks
- test_sorts.rb: tests the sorting algorithms and prints the average times (in ms) it takes to run each sort based on input array sizes