Skip to content

Java Solution for LeetCode algorithm problems, continually updating.

License

Notifications You must be signed in to change notification settings

Sumit-Jungi/LeetCode-in-Java

 
 

Repository files navigation

LeetCode-in-Java

Maven Central MIT License Java CI CodeQL Maintainability Rating javadoc Known Vulnerabilities Java Version

Java Solution for LeetCode algorithm problems, continually updating.

Installation

Include the following in your pom.xml for Maven:

<dependencies>
  <dependency>
    <groupId>com.github.javadev</groupId>
    <artifactId>leetcode-in-java</artifactId>
    <version>1.8</version>
  </dependency>
  ...
</dependencies>

Gradle:

implementation 'com.github.javadev:leetcode-in-java:1.8'

Tips and Tricks

  • format code
    • gradlew spotlessJavaApply
  • check formatting
    • gradlew spotlessJavaCheck

About

Java Solution for LeetCode algorithm problems, continually updating.

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%