This repository, DSA, is a personal collection of solutions to Data Structures & Algorithms (DSA) problems, implemented in Java. It is meant for practicing, learning, and revising common concepts encountered in competitive programming and technical interviews.
- AtCoder/: Solutions and submissions for AtCoder programming contests.
- HackerRank/: Code for various DSA and algorithm problems solved on HackerRank.
- Leetcode/: Leetcode problems and solutions for reference and revision.
- ll.java: A standalone Java implementation, possibly a linked list or related data structure.
- .gitignore: Standard gitignore file for Java projects.
- All solutions written in Java (100%).
- Organized by platform for easy navigation and focused practice.
- Covers a wide variety of topics from arrays, linked lists and more.
- Helpful for interview prep, DSA revision, and contest practice.
- Clone the repository: git clone https://github.com/SahilGawade07/DSA.git
- Navigate to the folder of interest (Leetcode, AtCoder, or HackerRank).
- Open relevant
.javafiles in your preferred IDE or editor. - Run, modify, or build upon solutions as needed for your practice.
Maintained by Sahil Gawade.
Happy coding & learning!