Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 80fa8d9

Browse files
Upload README.md
1 parent 363da73 commit 80fa8d9

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

‎README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
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

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /