/ruby-exercises

Ruby implementations of exercises I came across and thought they were fun.

Primary LanguageRuby

Interview Problems with Solutions

Build Status
CI Status
Rubocop Status

1. Ruby Interview Questions with Solutions

This is a collection of various interview questions with full or partial solutions.

Below are the links to individual problem READMEs.

2. Running All Unit Tests

We provided a convenient Rake task solutions:specs (which is also the default) so that you can run, at the top level:

bundle install
bundle exec rake