Skip to content

Commit 9d8e754

Browse files
Update README.md
1 parent c13d87b commit 9d8e754

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

README.md

+33
Original file line numberDiff line numberDiff line change
@@ -1 +1,34 @@
11
# Problem Solving In Java
2+
3+
## About
4+
5+
This is a problem-solving repository in Java. It includes solutions to various problems from platforms like LeetCode and HackerRank, designed to aid in interview preparation and improve coding skills.
6+
7+
## Structure
8+
9+
The repository contains the following main components:
10+
11+
### 1. Source Code
12+
- **Location**: `src/main/java/com/dev`
13+
- **Contents**: Java classes with solutions to different coding problems.
14+
15+
### 2. Build Configuration
16+
- **File**: `pom.xml`
17+
- **Description**: Maven build file to manage project dependencies and configuration.
18+
19+
## Topics
20+
21+
The repository covers a wide range of topics including:
22+
- Java
23+
- LeetCode Solutions
24+
- Problem Solving
25+
- Programming Exercises
26+
- HackerRank Solutions
27+
- Interview Preparation
28+
29+
## How to Use
30+
31+
1. **Clone the repository**:
32+
```sh
33+
git clone https://github.com/ahmedrafat-SW/problem-solving.git
34+

0 commit comments

Comments
 (0)