A project of solved exercises from Hackerrank website in Java and SQL.
In order to run any Java Challenge in the project, on Linux/Mac/Windows terminal, run the jar simply as following:
java -cp hackerrank-challenges-1.0.0-SNAPSHOT-jar-with-dependencies.jar {Class that you want execute}
For example, to run the Matrix.java
in the Graphs
section:
java -cp hackerrank-challenges-1.0.0-SNAPSHOT-jar-with-dependencies.jar io.github.mariazevedo88.hc.prepkit.graphs.Matrix