togiberlin / algorithmic_challenges

Keeping the tools of the trade sharp. Solutions to some algorithmic programming challenges.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Algorithmic Challenges Build Status

A true master always recaps what made him a master: the fundamentals.

JavaScript Build Status Coverage Status Dev Dependencies Code Style

  $ npm install # install Node modules
  $ npm run test # execute ESLint (Google config) & tests

Ruby Build Status Code Coverage Code Style

  $ bundle install # install Ruby gems
  $ bundle exec rubocop && bundle exec rspec # execute Rubocop & RSpec tests

Java Build Status

  $ mvn test clean # Run all jUnit tests and clean up target directory

Go

  $ tbd

Haskell

  $ tbd

About

Keeping the tools of the trade sharp. Solutions to some algorithmic programming challenges.

License:MIT License


Languages

Language:JavaScript 78.5%Language:Ruby 19.9%Language:Java 1.5%