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

Appearance settings

TristianMa/LeetCode-in-Kotlin

Open more actions menu
 
 

Repository files navigation

LeetCode-in-Kotlin

Maven Central MIT License Java CI with Maven Maintainability Rating javadoc

Kotlin 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-kotlin</artifactId>
    <version>1.3</version>
  </dependency>
  ...
</dependencies>

Gradle:

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

Tips and Tricks

  • format code
    • gradlew spotlessKotlinApply
  • check formatting
    • gradlew spotlessKotlinCheck

About

Kotlin Solution for LeetCode algorithm problems, continually updating.

Resources

License

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 100.0%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.