Thanks to visit codestin.com
Credit goes to github.com

Skip to content

vamsi7/hackerrank

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Solutions to HackerRank problems

This repository contains solutions to HackerRank problems, available at http://www.hackerrank.com. These solutions are provided "as is". I give no guarantees that they will work as expected. Please refrain from using my solutions in the site.

Instructions

You can compile all the problems by issuing the following command:

$ make

If you want to compile only a specific problem, issue the following command, replacing <problem_id> with the id of the problem you want to compile (see section "Problems Solved" for the list of possible ids):

$ make <problem_id>

Running a compiled problem is just a matter of executing a command similar to the next one, replacing candies with the id of the desired problem:

$ ./candies

Problems solved

The following is a possibly innacurate list of the problems solved:

Algorithmic Challenges

Algorithmic Tutorials

Search

Dynamic Programming

Graph Theory

Bit Manipulation

Weekly Contests

Week 1 - Dynamic Programming

Week 2 - Counting

Montly Contests

20/20 Hack April

101 Hack

20/20 Hack May

About

Solutions to HackerRank problems.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published