This DSA (Data Structures & Algorithms) project contains implementations of various algorithms and data structures in Java. It is structured as an Eclipse project, making it easy to set up and run.
- Open Eclipse IDE.
- Go to File → Import → Existing Projects into Workspace.
- Select "Root Directory" and choose the extracted
DSAfolder. - Click Finish to load the project.
- Locate the
Main.javafile insrc/. - Right-click and Run As → Java Application.
✅ Implementation of common data structures (Linked List, Stack, Queue).
✅ Algorithms like Sorting, Searching, Recursion, Dynamic Programming.
✅ Debugging support included in the bin/debug/ directory.
This project is open-source. Feel free to contribute! 🎯