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

https://github.com/ravik0209/dsa-java-

Company Coding Questions Code in Java
https://github.com/ravik0209/dsa-java-

java selection-sort stringbuilder

Last synced: 8 months ago
JSON representation

Company Coding Questions Code in Java

Awesome Lists containing this project

README

          

# Java DSA Problem Solutions 🚀

Welcome to **Java DSA Problem Solutions** repository! This repository is dedicated to solving and committing solutions for various Data Structures and Algorithms (DSA) problems.

The problems are sourced from platforms like **LeetCode** and other coding platforms, categorized by difficulty levels (**Easy**, **Medium**, **Hard**) and other specific sources.

Each solution is implemented in **Java**, with the **problem names mentioned in the file name**.

---

### Folder Details:

- **Easy/**: Contains solutions for problems categorized as **Easy**.
- **Medium/**: Contains solutions for problems categorized as **Medium**.
- **Hard/**: Contains solutions for problems categorized as **Hard**.
- **OtherPlatforms/**: Contains solutions for problems from other platforms apart from LeetCode.

---

## ✨ Features

- **Clean Code**: Solutions are modular, readable, and follow good coding practice.
- **Problem Identification**: Problem names are mentioned in the file names for easy recognition.
- **Platform Diversity**: Includes problems from LeetCode and other platforms.