Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 380 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 380 Bytes

Project: Merge Sort (Recursion)

From The Odin Project

...create a new file and work on a merge sort...

Usage

Use the following command to run the application

  • from the root folder:
ruby merge_sort/merge_sort.rb

OR

  • from inside the merge_sort folder
ruby merge_sort.rb