Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ndyudev/java-ndyudev
This repository contains Java coding exercises to improve my programming skills. It includes problems of varying difficulty, from basic to advanced, covering different topics like loops, arrays, strings, and OOP.
https://github.com/ndyudev/java-ndyudev
java java-8 javafx
Last synced: 1 day ago
JSON representation
This repository contains Java coding exercises to improve my programming skills. It includes problems of varying difficulty, from basic to advanced, covering different topics like loops, arrays, strings, and OOP.
- Host: GitHub
- URL: https://github.com/ndyudev/java-ndyudev
- Owner: ndyudev
- Created: 2024-12-19T04:53:05.000Z (about 2 months ago)
- Default Branch: master
- Last Pushed: 2025-01-30T08:21:25.000Z (16 days ago)
- Last Synced: 2025-01-30T09:25:14.280Z (16 days ago)
- Topics: java, java-8, javafx
- Language: Java
- Homepage:
- Size: 64.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Java Practice Repository
This repository contains Java coding exercises to improve my programming skills. It includes problems of varying difficulty, from basic to advanced, covering different topics like loops, arrays, strings, and OOP.
## 📂 Structure
The repository is organized as follows:
- **`basic/`**: Beginner-level problems for understanding Java fundamentals.
- **`intermediate/`**: Intermediate-level problems to enhance problem-solving skills.
- **`advanced/`**: Advanced-level problems and small projects.
- **`OOP/`**: Object-Oriented Programming exercises and practices.
- **`projects/`**: Full Java projects for hands-on learning.## 🛠 How to Use
1. Clone the repository:
```bash
git clone https://github.com/ndyudev/java-ndyudev.git
```
2. Navigate to the desired folder.
3. Compile and run the Java files:
```bash
javac FileName.java
java FileName
```## 🌟 Goals
- Master Java programming concepts from the basics to advanced topics.
- Apply learned skills through mini-projects and real-world examples.
- Improve problem-solving and code optimization skills.## ✍️ Contributions
Feel free to suggest or add new problems/projects to this repository by creating a pull request.## 📧 Contact
If you have any questions, feel free to contact me via GitHub or email: [email protected]