/challenges

A collection of code challenges completed

Primary LanguageRuby

README

To run completed prime number terminal table challenge:

  • Run "git clone git@github.com:neilcauldwell/challenges.git"
  • Change in to cloned directory with "cd challenges"
  • Change in to prime number directory with "cd ruby/multi-prime-table"
  • Run "bundle install"
  • Run "bundle exec ruby ./lib/multi-prime-table/run.rb X"
  • Replace "X" in previous command with the required count of prime numbers

Code Challenges

A collection of code challenges completed using services like codeeval.com and others from various interviews / prestige

Ruby: