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

https://github.com/debajyoti-3/java-repo

What I have done with Java ...
https://github.com/debajyoti-3/java-repo

advance-java development dsa java jdk multithreading oops problem-solving

Last synced: 21 days ago
JSON representation

What I have done with Java ...

Awesome Lists containing this project

README

          

# Java-repo
# Java Programs Repository

Welcome to my Java programs repository! This collection showcases various Java projects and exercises I’ve worked on. Each program is designed to demonstrate key concepts in Java programming, from basic syntax to advanced techniques.

## Structure

The repository is organized into different folders, each containing related Java programs:

- **Basics/**: Introductory Java programs covering variables, loops, conditionals, etc.
- **OOP/**: Object-Oriented Programming concepts like classes, inheritance, and polymorphism.
- **DataStructures/**: Programs focusing on common data structures (Arrays, LinkedLists, Stacks, Queues).
- **Algorithms/**: Sorting, searching algorithms, and more.
- **Projects/**: Java projects combining various concepts.

## How to Run

To run any of the Java programs:

1. Clone this repository to your local machine:
```bash
git clone https://github.com/Debajyoti-3/Java-repo.git