Commit graph

8 commits

Author SHA1 Message Date
vzvu3k6k
4125507727 Use comment instead of string literal
This removes the following warning which `ruby -w` emits:
> heap_sort.rb:1: warning: unused literal ignored
2020-11-01 20:52:30 +09:00
vzvu3k6k
9e911b19d6 Fix indentation
This removes the following warning which `ruby -w` emits:
> bogo_sort.rb:8: warning: mismatched indentations at 'end' with 'def' at 2
2020-11-01 20:52:23 +09:00
Doppon
cb7542873e fix filename to snake_case 2020-05-14 11:20:14 +09:00
Doppon
c7177045c8 fix syntax of Sorting 2020-05-14 11:15:53 +09:00
Stepfen Shawn
04fd348291
Merge pull request #40 from mateusluizfb/master
Fix `NoMethodError` in the quicksort
2020-04-16 09:33:42 -05:00
t-mangoe
df6fdd0a14 Add merge sort 2020-02-09 23:53:12 +09:00
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
Christian Bender
28075cbecb I added a directory Sorting for sorting algorithms 2018-03-31 21:26:59 +02:00