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 81afec8

Browse files
Structure Updated in readme.md
1 parent 163c3bb commit 81afec8

File tree

2 files changed

+29
-9
lines changed

2 files changed

+29
-9
lines changed

‎README.md

Lines changed: 29 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,35 @@ This is your one-stop destination for mastering Java programming, from the basic
2424

2525
```
2626
Java@Groot/
27-
├── 01_Basic/
28-
├── 02_DataTypes/
29-
├── 03_Variables/
30-
├── 05_ControlStatment/
31-
├── 06_Methods/
32-
├── 07_ArrayAndString/
33-
├── 08_OOPs/
34-
├── 10_String/
35-
├── 11_OOPs/
27+
├── 📁 01_Basic/ → Hello world + Intro basics
28+
│ └── 🧪 Practice-Set/ → Mini practice programs
29+
├── 📁 02_DataTypes/ → Primitive, Reference, String demos
30+
├── 📁 03_Variables/ → Scope, Declaration, Init
31+
├── 📁 04_OperatorsAndExpressions/
32+
│ └── 🧠 PracticeProblem/ → Real Qs on ops
33+
├── 📁 05_ControlStatment/ → if/else, loops, switch 💡
34+
│ └── 🎮 QuizeGame/ → Small console game
35+
├── 📁 06_Methods/ → Param, Return, Overload
36+
│ └── 🔢 Pactice_Project/ → Grade Manager project
37+
├── 📁 07_ArrayAndString/ → 1D/2D Arrays, String tricks
38+
├── 📁 08_OOPs/ → Abstraction, Encapsulation, etc.
39+
│ ├── 🧱 Abstraction/
40+
│ ├── 🛡️ Encapsulation/
41+
│ ├── 🧪 first/
42+
│ ├── ⚙️ Second/
43+
│ └── 🚗 Third/
44+
├── 📁 09_ArrayAndString/ → More array practice + ArrayList 🚀
45+
│ └── 📋 ArrayList/
46+
├── 📁 10_String/ → All things Java String 🧵
47+
├── 📁 11_OOPs/ → Deep dive into OOP concepts
48+
│ ├── 👨‍👩‍👧 inheritance/
49+
│ ├── 🧠 OOPs1/
50+
│ ├── 🧬 OOPs2/
51+
│ ├── 🧪 OOPs3/
52+
│ └── 💼 OwnPractise/
53+
└── 📁 SelfQuestions/ → Self-made challenges & questions
54+
└── 🧪 PublicPrivate/
55+
3656
```
3757

3858
Each folder contains focused examples and exercises for that topic.

‎structure.txt

13.7 KB
Binary file not shown.

0 commit comments

Comments
(0)

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