Skip to content

Commit

Permalink
Prepare for publication
Browse files Browse the repository at this point in the history
  • Loading branch information
spannm committed Jul 4, 2024
1 parent ffe16bf commit 3ec0232
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
## Java Solutions to Leetcode Problems
## Java Solutions to LeetCode Problems

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

I participated in Leetcode for quite some time, <br>
I participated in LeetCode for quite some time, <br>
peaking in a 500-day streak of solving the daily challenge, <br>
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 :)
even earning a free T-Shirt which turned out too small and could not be exchanged :)

<figure>
<img src="src/test/resources/img/my-leetcode-streak.jpeg" alt="500-Day Streak">
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<packaging>jar</packaging>

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

Expand Down

0 comments on commit 3ec0232

Please sign in to comment.