Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 2.63 KB

README.md

File metadata and controls

35 lines (21 loc) · 2.63 KB

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