Skip to content

Topic-wise Java DSA practice for placements and interviews.

Notifications You must be signed in to change notification settings

AnshulRathore1020/Java-DSA-Prep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java DSA Practice

This repository contains my topic-wise practice of Data Structures and Algorithms in Java for campus placements and coding interviews.

Topics

  • Arrays, Strings
  • Recursion, Backtracking
  • Linked Lists, Stacks, Queues
  • Binary Search, Sorting
  • Bit Manipulation, Miscellaneous

How to run

  • Use any Java IDE (VS Code/IntelliJ/Eclipse).
  • Compile: javac <FileName>.java
  • Run: java <ClassName>

Notes

  • Each file includes a main method or test cases showing sample usage.
  • I keep improving solutions with better time and space complexity.

Contact

  • 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.

About

Topic-wise Java DSA practice for placements and interviews.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages