omarrayward / hacks-ruby-javascript

Different programming challenges solved in Ruby and Javascript

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ruby Hacks

This program has 2 folders.

1. ruby : Has basic challenges solved with ruby

To run any file type: ruby <name of file> in the command line

2. javascript : Has basic challenges solved with javascript

To run any file type: node <name of file> in the command line (node.js needs to be installed)

The idea behind these challenges is to practice problem solving, use different data types and apply some basic algorithms.

About

Different programming challenges solved in Ruby and Javascript


Languages

Language:Ruby 77.8%Language:JavaScript 22.2%