Skip to content

Latest commit

 

History

History
80 lines (63 loc) · 5.28 KB

README.md

File metadata and controls

80 lines (63 loc) · 5.28 KB

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