Skip to content

A project of solved Java/SQL challenges from HackerRank website

License

Notifications You must be signed in to change notification settings

mariazevedo88/hackerrank-challenges

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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