Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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]