Commit Graph

2 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
33d432bdaf code for chapter 4 in ruby 2016-03-03 15:34:16 +01:00