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

Version 1.44#1986

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
javadev merged 5 commits intomainfromversion_1_44
May 27, 2025
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletionsREADME.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
# LeetCode-in-Java

[![Maven Central](https://img.shields.io/maven-central/v/com.github.javadev/leetcode-in-java?style=flat-square)](https://central.sonatype.com/artifact/com.github.javadev/leetcode-in-java/1.43)
[![Maven Central](https://img.shields.io/maven-central/v/com.github.javadev/leetcode-in-java?style=flat-square)](https://central.sonatype.com/artifact/com.github.javadev/leetcode-in-java/1.44)
[![MIT License](http://img.shields.io/badge/license-MIT-green.svg) ](https://github.com/javadev/leetcode-in-java/blob/main/LICENSE)
[![Java CI](https://github.com/javadev/LeetCode-in-Java/actions/workflows/maven.yml/badge.svg)](https://github.com/javadev/LeetCode-in-Java/actions/workflows/maven.yml)
[![Maintainability Rating](https://sonarcloud.io/api/project_badges/measure?project=javadev_LeetCode-in-Java&metric=sqale_rating)](https://sonarcloud.io/summary/overall?id=javadev_LeetCode-in-Java)
Expand All@@ -19,7 +19,7 @@ To configure your Maven project, add the following code to your pom.xml file:
<dependency>
<groupId>com.github.javadev</groupId>
<artifactId>leetcode-in-java</artifactId>
<version>1.43</version>
<version>1.44</version>
</dependency>
...
</dependencies>
Expand All@@ -28,7 +28,7 @@ To configure your Maven project, add the following code to your pom.xml file:
Gradle configuration:

```groovy
implementation 'com.github.javadev:leetcode-in-java:1.43'
implementation 'com.github.javadev:leetcode-in-java:1.44'
```

> ["For coding interview preparation, LeetCode is one of the best online resource providing a rich library of more than 300 real coding interview questions for you to practice from using one of the 7 supported languages - C, C++, Java, Python, C#, JavaScript, Ruby."](https://www.quora.com/How-effective-is-Leetcode-for-preparing-for-technical-interviews)
Expand Down
2 changes: 1 addition & 1 deletionbuild.gradle
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -24,7 +24,7 @@ test {
}

group = 'com.github.javadev'
version = '1.43-SNAPSHOT'
version = '1.44-SNAPSHOT'
description = 'leetcode-in-java'
java.sourceCompatibility = JavaVersion.VERSION_17

Expand Down
2 changes: 1 addition & 1 deletionpom-central.xml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -4,7 +4,7 @@
<groupId>com.github.javadev</groupId>
<artifactId>leetcode-in-java</artifactId>
<packaging>jar</packaging>
<version>1.43</version>
<version>1.44</version>
<name>leetcode-in-java</name>
<description>Java-based LeetCode algorithm problem solutions, regularly updated</description>
<url>https://github.com/javadev/LeetCode-in-Java</url>
Expand Down
2 changes: 1 addition & 1 deletionpom-central21.xml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -4,7 +4,7 @@
<groupId>com.github.javadev</groupId>
<artifactId>leetcode-in-java21</artifactId>
<packaging>jar</packaging>
<version>1.43</version>
<version>1.44</version>
<name>leetcode-in-java</name>
<description>Java-based LeetCode algorithm problem solutions, regularly updated</description>
<url>https://github.com/javadev/LeetCode-in-Java</url>
Expand Down
2 changes: 1 addition & 1 deletionpom.xml
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -4,7 +4,7 @@
<groupId>com.github.javadev</groupId>
<artifactId>leetcode-in-java</artifactId>
<packaging>jar</packaging>
<version>1.43-SNAPSHOT</version>
<version>1.44-SNAPSHOT</version>
<name>leetcode-in-java</name>
<description>Java-based LeetCode algorithm problem solutions, regularly updated</description>
<url>https://github.com/javadev/LeetCode-in-Java</url>
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp