Skip to content

This repository contains my solutions to some interesting challenges off the Hackerrank platform.

Notifications You must be signed in to change notification settings

EdwinKato/HackerRankSolutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HackerRankSolutions

This repository contains my solutions to some interesting challenges off the Hackerrank platform.

Each Problem has its own separate README with the problem definition and a link to the problem on hackerrank.

Local development

git clone https://github.com/EdwinKato/HackerRankSolutions.git

Environment Setup

Please execute the command below to install yarn if you don't have it installed:

npm install -g yarn

Installing Dependencies

On the root directory of the project, execute the command below to install all the project dependencies:

yarn

Tests

Use the following command to run the tests in the project:

yarn test

About

This repository contains my solutions to some interesting challenges off the Hackerrank platform.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published