TheAlgorithms-Ruby/Sorting
Mateus Luiz b950d3530d
Fix NoMethodError in the quicksort
The code was raising a `NoMethodError` with the description: 
`quicksort.rb:17:in `<main>': private method `quicksort' called for [34, 2, 1, 5, 3]:Array (NoMethodError)`

This commit fixes that
2019-07-02 14:18:06 -03:00
..
bogo_sort.rb I added a directory Sorting for sorting algorithms 2018-03-31 21:26:59 +02:00
bubble_sort.rb I added a directory Sorting for sorting algorithms 2018-03-31 21:26:59 +02:00
BucketSort.rb I added a directory Sorting for sorting algorithms 2018-03-31 21:26:59 +02:00
heap_sort.rb I added a directory Sorting for sorting algorithms 2018-03-31 21:26:59 +02:00
insertion_sort.rb I added a directory Sorting for sorting algorithms 2018-03-31 21:26:59 +02:00
quicksort.rb Fix NoMethodError in the quicksort 2019-07-02 14:18:06 -03:00
radix_sort.rb I added a directory Sorting for sorting algorithms 2018-03-31 21:26:59 +02:00
selection_sort.rb I added a directory Sorting for sorting algorithms 2018-03-31 21:26:59 +02:00
shell_sort.rb I added a directory Sorting for sorting algorithms 2018-03-31 21:26:59 +02:00