Skip to content

Commit 5642c9e

Browse files
Add root README with navigation links
This README provides an overview of the Java programming practice repository, including its structure and goals.
1 parent 29eb417 commit 5642c9e

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

README.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
README.md
2+
# Java Programming Practice
3+
4+
A structured Java practice repository focused on building strong programming fundamentals
5+
through day-wise problem solving.
6+
7+
---
8+
9+
## 📁 Core Level – Number Programming
10+
11+
- **Day 01: Core Number Programs**
12+
👉 [View Day 01 Programs](src/number_Programming/core/day_01)
13+
14+
---
15+
16+
## Repository Structure
17+
18+
19+
Each day contains:
20+
- Separate Java files for each problem
21+
- A README explaining the problem set and objectives
22+
23+
---
24+
25+
## Goal
26+
27+
- Strengthen logical thinking
28+
- Improve control flow understanding
29+
- Build clean and reusable Java code
30+
- Prepare for interviews and advanced Java topics

0 commit comments

Comments
 (0)