Commit Graph

3 Commits

Author SHA1 Message Date
Felice Forby
4c3bc702f4 Add recursive binary search for ruby (ch. 1) and improve recursive max for ruby (ch. 4) (#113)
* add recursive binary search for ruby

* account for cases with empty lists and lists with only one item

* use p instead of print to show nil value

* add newline at end of file
2019-11-12 09:18:34 -06:00
Leon Rische
2d84d26540 remove trailing whitespace 2016-03-03 15:21:21 +01:00
Leon Rische
a1a41e9097 code for chapter 1 in ruby 2016-03-03 15:05:30 +01:00