Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Java Solution for LeetCode algorithm problems, continually updating.

License

NotificationsYou must be signed in to change notification settings

1codim/LeetCode-in-Java

 
 

Repository files navigation

Maven CentralMIT LicenseJava CICodeQLMaintainability RatingjavadocKnown VulnerabilitiesJava Version

Java Solution for LeetCode algorithm problems, continually updating.

Installation

Include the following in yourpom.xml for Maven:

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

Gradle:

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

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

  • Java99.9%
  • Shell0.1%

[8]ページ先頭

©2009-2025 Movatter.jp