Skip to content

anubhav2706/learn-dsa-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Java DSA Practice πŸš€

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.

πŸ“ Structure

  • dsa.basics/ - Java basics (e.g., Hello World, loops, data types)
  • dsa.arrays/ - Array problems (e.g., Linear Search, Binary Search)
  • dsa.strings/ - String problems
  • dsa.sorting/ - Sorting algorithms (e.g., Bubble Sort, Merge Sort)

πŸ’‘ Getting Started

To run the code:

  1. Clone this repo.
  2. Open in Eclipse as a Java project.
  3. Navigate to src/dsa/... and run any .java file.

🧠 Notes

  • This is a learning repo.
  • Code is structured by concept for easy navigation.
  • Feel free to use or fork!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages