All Questions
Tagged with rspec binary-search
1 question
5
votes
1
answer
614
views
BinarySearch Kata in Ruby
I've just completed this binary search kata - which has some weird requirements - and I spent a little while "cleaning" up my code and making it more compact. I would appreciate some feedback on the ...