hackerrank-challenges icon indicating copy to clipboard operation
hackerrank-challenges copied to clipboard

A project of solved Java/SQL challenges from HackerRank website

Hackerrank logo


hackerrank-challenges

A project of solved exercises from Hackerrank website in Java and SQL.

Summary

Java Challenges

SQL Challenges

Run the .jar file

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

Contributing