Skip to content

Java-based LeetCode algorithm problem solutions, regularly updated.

License

Notifications You must be signed in to change notification settings

bsnyl5/LeetCode-in-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Gradle:

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

About

Java-based LeetCode algorithm problem solutions, regularly updated.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 98.2%
  • Other 1.8%