mariazevedo88 / hackerrank-challenges

A project of solved Java/SQL challenges from HackerRank website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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