This repository contains my topic-wise practice of Data Structures and Algorithms in Java for campus placements and coding interviews.
- Arrays, Strings
- Recursion, Backtracking
- Linked Lists, Stacks, Queues
- Binary Search, Sorting
- Bit Manipulation, Miscellaneous
- Use any Java IDE (VS Code/IntelliJ/Eclipse).
- Compile:
javac <FileName>.java - Run:
java <ClassName>
- Each file includes a
mainmethod or test cases showing sample usage. - I keep improving solutions with better time and space complexity.
- Anshul Rathore — final-year B.Tech (IT), IPS Academy, Indore
- LinkedIn: Anshul-Rathore-it
- Email: anshulrathore9009@gmail.com Topic-wise Java DSA practice for placements and interviews.