Skip to content

JavaScript solutions for HackerRank problems

Notifications You must be signed in to change notification settings

ephy-bayru/HackerRank

 
 

Repository files navigation

HackerRank

alt text

Solution for HackerRank Problems in Javascript. ( Find Me at HackerRank )

Note: This repository is only for educational purpose

Development

Run

$ git clone https://github.com/thamaraiselvam/HackerRank.git
$ cd HackerRank
$ npm install

This will download the code and install the required dependencies.

To run tests, make sure you npm install soon as you clone and then run npm run test and run npm run report for coverage.

Take a look at test/Arrays/left-rotation.test.js to see a sample test spec.

Arrays

Dictionaries and Hashmaps

Numbers

Sorting

Strings

About

JavaScript solutions for HackerRank problems

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%