|
2 | 2 |
|
3 | 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> |
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 :) |
8 | 8 |
|
9 | 9 | <figure>
|
10 | 10 | <img src="src/test/resources/img/my-leetcode-streak.jpeg" alt="500-Day Streak">
|
11 | 11 | </figure>
|
12 | 12 |
|
13 |
| -Most solutions have been successfully submitted. <br> |
| 13 | +Most solutions have been successfully submitted.<br> |
14 | 14 | Many come with JUnit tests using test data found in the problem descriptions.
|
15 | 15 |
|
16 | 16 | This project requires Maven and Java 17.<br>
|
17 | 17 |
|
18 | 18 | 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> |
21 | 20 |
|
22 | 21 | 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> |
24 | 23 |
|
25 | 24 | To build the project simply type: `mvn` (defaults to `mvn clean verify`)<br>
|
26 |
| -<br> |
27 | 25 |
|
28 | 26 | - Use as you wish and as you feel fit.<br>
|
29 | 27 |
|
30 | 28 | - No warranty given.<br>
|
31 | 29 |
|
32 | 30 | - No need to give credit.<br>
|
33 | 31 |
|
34 |
| -Hope you will find it useful. |
| 32 | +- Hope you'll find it useful.<br> |
35 | 33 |
|
36 | 34 | ### Happy coding!
|
37 | 35 |
|
38 | 36 | <figure>
|
39 | 37 | <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> |
41 | 39 | </figure>
|
0 commit comments