Skip to content

Commit 3ec0232

Browse files
committed
Prepare for publication
1 parent ffe16bf commit 3ec0232

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
## Java Solutions to Leetcode Problems
1+
## Java Solutions to LeetCode Problems
22

3-
In this repo you will find a collection of 2500+ Java solutions to Leetcode coding problems and unit tests.
3+
In this repo you will find a collection of hundreds of Java solutions to [LeetCode coding problems](https://leetcode.com/problemset/).
44

5-
I participated in Leetcode for quite some time, <br>
5+
I participated in LeetCode for quite some time, <br>
66
peaking in a 500-day streak of solving the daily challenge, <br>
7-
even earning a free T-Shirt (which turned out to kind of small and could not be exchanged for a larger one unless shipped back to China :)
7+
even earning a free T-Shirt which turned out too small and could not be exchanged :)
88

99
<figure>
1010
<img src="src/test/resources/img/my-leetcode-streak.jpeg" alt="500-Day Streak">

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<packaging>jar</packaging>
1515

1616
<name>${project.artifactId}</name>
17-
<description>2500+ solutions to Leetcode coding problems</description>
17+
<description>Solutions to LeetCode coding problems</description>
1818
<url>https://github.com/${developerId}/${project.artifactId}</url>
1919
<inceptionYear>2023</inceptionYear>
2020

0 commit comments

Comments
 (0)