File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
- ## Java Solutions to Leetcode Problems
1
+ ## Java Solutions to LeetCode Problems
2
2
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/ ) .
4
4
5
- I participated in Leetcode for quite some time, <br >
5
+ I participated in LeetCode for quite some time, <br >
6
6
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 :)
8
8
9
9
<figure >
10
10
<img src="src/test/resources/img/my-leetcode-streak.jpeg" alt="500-Day Streak">
Original file line number Diff line number Diff line change 14
14
<packaging >jar</packaging >
15
15
16
16
<name >${project.artifactId} </name >
17
- <description >2500+ solutions to Leetcode coding problems</description >
17
+ <description >Solutions to LeetCode coding problems</description >
18
18
<url >https://github.com/${developerId} /${project.artifactId} </url >
19
19
<inceptionYear >2023</inceptionYear >
20
20
You can’t perform that action at this time.
0 commit comments