crjacinro / hackerrank-solutions

This is a repository that contains my own runnable solutions of random problems in the hackerrank platform.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hackerrank Solutions

This is a repository that contains my own runnable solutions of random problems in the hackerrank platform.

How to add a solution?

  • Copy and past any existing solution directory.
  • Put your solution in the Solution.cpp file.
  • Update the SolutionHeader.h with the solution function added.
  • Update the test cases in Test.cpp file.
  • Run the build script under the build directory using sh build.sh.

About

This is a repository that contains my own runnable solutions of random problems in the hackerrank platform.


Languages

Language:C++ 94.5%Language:Shell 3.5%Language:Python 2.0%