This repository contains my personal journey of learning Data Structures and Algorithms (DSA) using Java. All code is written and tested in the Eclipse IDE.
dsa.basics/
- Java basics (e.g., Hello World, loops, data types)dsa.arrays/
- Array problems (e.g., Linear Search, Binary Search)dsa.strings/
- String problemsdsa.sorting/
- Sorting algorithms (e.g., Bubble Sort, Merge Sort)
To run the code:
- Clone this repo.
- Open in Eclipse as a Java project.
- Navigate to
src/dsa/...
and run any.java
file.
- This is a learning repo.
- Code is structured by concept for easy navigation.
- Feel free to use or fork!