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

Added the solution of Birthday Cake Candles and updated the README.

hacktoberfest-accepted

this is a simple ruby solution from hackkerrank #253

incomplete

this is a simple ruby solution from hackkerrank #253

incomplete

this is a simple ruby solution from hackkerrank #253

incomplete

Please go through the PRs, and review them. If any of them aren't following the rules, request them to change.

enhancement
help wanted
hacktoberfest

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

documentation
good first issue
hacktoberfest

/* C++ program for rat in a maze problem */ #include using namespace std; bool isSafe(int r,int c,int n,int **maze) { if( r < 0 || r >= n )...

help wanted
invalid
incomplete

Added ruby Iteration-code

help wanted
invalid
incomplete