jgonzalezd / code-challenges

Repository used to keep in good shape exercising code challenges every week.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

code-challenges

Repository used to keep in good shape exercising code challenges every week.

Installing

  1. Clone the repository
  2. Install Ruby (Recommended using RVM or similar)
  3. > gem install bundler
  4. > bundle install
  5. Run each exercise using ruby command:

> cd hacker-rank/cracking-the-coding-interview/ && ruby anagrams.rb

Directory:

Strings: Making Anagrams

About

Repository used to keep in good shape exercising code challenges every week.


Languages

Language:Ruby 100.0%