|
| 1 | +# Java Solutions for LeetCode Problems |
| 2 | + |
| 3 | +## Introduction |
| 4 | + |
| 5 | +A collection of Java solutions for problems from LeetCode. This repository serves as a personal |
| 6 | +documentation of my LeetCode problem-solving in Java. |
| 7 | + |
| 8 | +## Repository Structure |
| 9 | + |
| 10 | +Each problem from LeetCode is contained in its own package, named after the problem. Inside each package, you will |
| 11 | +find: |
| 12 | + |
| 13 | +* **Solution File**: A `.java` file containing the solution. |
| 14 | +* **Problem Description**: A `README.md` file that describes the problem. |
| 15 | +* **Test Cases**: Sample input and output pairs to validate the solution. |
| 16 | +* **Related Classes**: Additional classes that are used in the solution. |
| 17 | +* **Other**: Additional notes or images that are relevant. |
0 commit comments