#Solutions to the HackerRank Problems
This repository maintains my solutions to the problems on HackerRank website (https://www.hackerrank.com/). The solutions are not truly optimized in terms of space and time complexity . Also it is highly recommended to avoid copying the code and instead trying out the problems on your own.
##Compiling and Executing the code
The solutions provided here are written in Java. You need a Java Compiler and a JVM to compile and run the source code.