Skip to content
main
Switch branches/tags
Code

Files

Permalink
Failed to load latest commit information.

LeetCode-in-Java

Maven Central Java CI CodeQL

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.3</version>
  </dependency>
  ...
</dependencies>

Gradle:

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