My Data Structures and Algorithms practice in Java.
This repository contains my solutions to Data Structures and Algorithms problems in Java. It is created to improve problem-solving skills, strengthen Java concepts, and prepare for coding interviews and internship opportunities.
This repository includes:
- Topic-wise DSA questions
- LeetCode solutions
- GeeksforGeeks problems
- Interview preparation questions
- Optimized approaches wherever possible
- LeetCode
- GeeksforGeeks
- HackerRank
- Codechef
- Improve coding skills
- Build strong DSA concepts
- Practice Java programming
- Prepare for placements and internships
- Solve problems consistently
- Learn optimal approaches
- Java
- Clone the repository
- Open it in your IDE
- Compile and run any Java file
git clone <repository-link>
cd DSA-Java
javac FileName.java
java FileName01_TwoSum.java
02_BinarySearch.java
03_ReverseLinkedList.java
04_Permutations.java- Add more LeetCode problems
- Add topic-wise notes
- Add optimized solutions
- Add important interview questions
- Add comments for better understanding
Shreya Singh
B.Tech CSE Student Aspiring Software developer
If you find this repository useful, feel free to star it.