Skip to content

Commit 7f98178

Browse files
committed
Prepare for publication
1 parent 3ec0232 commit 7f98178

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

README.md

+8-10
Original file line numberDiff line numberDiff line change
@@ -2,40 +2,38 @@
22

33
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>
6-
peaking in a 500-day streak of solving the daily challenge, <br>
7-
even earning a free T-Shirt which turned out too small and could not be exchanged :)
5+
I was active on LeetCode for quite some time,<br>
6+
peaking in a 500-day streak of solving the daily challenge,<br>
7+
and 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">
1111
</figure>
1212

13-
Most solutions have been successfully submitted. <br>
13+
Most solutions have been successfully submitted.<br>
1414
Many come with JUnit tests using test data found in the problem descriptions.
1515

1616
This project requires Maven and Java 17.<br>
1717

1818
It has neither compile nor run-time, only test dependencies.<br>
19-
Unit tests are based on JUnit 5 and @ParameterizedTest.<br>
20-
The code is structured as a typical standard Maven project and fairly self-explanatory.<br>
19+
Unit tests are based on JUnit 5 and *@ParameterizedTest*.<br>
2120

2221
Solutions are named *ProblemNNNN*, tests are named *ProblemNNNNTest*,<br>
23-
where *NNNN* is the problem number formatted to four digits.<br>
22+
where *NNNN* is the problem number formatted to four digits with leading zeroes.<br>
2423

2524
To build the project simply type: `mvn` (defaults to `mvn clean verify`)<br>
26-
<br>
2725

2826
- Use as you wish and as you feel fit.<br>
2927

3028
- No warranty given.<br>
3129

3230
- No need to give credit.<br>
3331

34-
Hope you will find it useful.
32+
- Hope you'll find it useful.<br>
3533

3634
### Happy coding!
3735

3836
<figure>
3937
<img src="src/test/resources/img/my-leetcode-tee.jpeg" alt="Free Tee">
40-
<figcaption>My free T-Shirt (says 'Large' but fits like 'Medium')</figcaption>
38+
<figcaption>Free Tee</figcaption>
4139
</figure>

0 commit comments

Comments
 (0)