Hackerrank-Codes icon indicating copy to clipboard operation
Hackerrank-Codes copied to clipboard

Here are some of the solutions to HackerRank questions.

Results 41 Hackerrank-Codes issues
Sort by recently updated
recently updated
newest added

/* A Naive recursive implementation of 0-1 Knapsack problem */ class Knapsack { // A utility function that returns maximum of two integers static int max(int a, int b) {...

incomplete

#6

documentation
good first issue
hacktoberfest

added merge the tools in python

hacktoberfest-accepted

[Algorithms README File](https://github.com/swapnanildutta/Hackerrank-Codes/blob/master/Algorithms/README.md)

documentation
enhancement
good first issue
hacktoberfest

Make a folder for a category if not already present.

enhancement
good first issue
hacktoberfest

documentation
good first issue
hacktoberfest

see mutation bullet point in Python Readme.

Hey there, looks like that there are not many answers in the 'Algorithm' Section of the Repo. I have solved many of the problems and i would like to contribute...