Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 802 Bytes

Readme.md

File metadata and controls

17 lines (12 loc) · 802 Bytes

Build Status

#Welcome

This repository consists of some solutions to challenges proposed in popular site Hacker Rank. The repo is organized by uncategorized challenges and contests' challenges. Each folder contains the challenge instructions, solution code and its respective tests.

Feel free to clone this repository, discuss or propose other solution (in this case I suggest forking the repo) or even make a pull request if you find missing tests or the solution is wrong.

##Installation instructions

  • Make sure you have composer and phpunit installed
  • Clone/fork the repo
  • Run composer install
  • Run phpunit in root directory and see if all tests are passed