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
- Host: GitHub
- URL: https://github.com/ravik0209/dsa-java-
- Owner: RaviK0209
- Created: 2025-01-25T12:27:12.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-10T02:07:25.000Z (9 months ago)
- Last Synced: 2025-06-13T19:05:12.839Z (8 months ago)
- Topics: java, selection-sort, stringbuilder
- Language: Java
- Homepage: https://github.com/RaviK0209/DSA-JAVA-
- Size: 26.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.