Skip to content

me-ishan7/javaDSA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

37 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

JavaDSA

A collection of Java implementations of fundamental Data Structures and Algorithms (DSA).
This repository is aimed at practicing, learning, and mastering core computer science concepts with clean and well-documented code.


πŸš€ Features

  • Implementations of classic Data Structures (Arrays, Linked List, Stack, Queue, Trees, Graphs, HashMap, etc.)
  • Algorithms including Sorting, Searching, Recursion, and more.
  • Organized in a modular way for readability and reusability.
  • Beginner-friendly explanations with comments.

πŸ“‚ Project Structure

Java_DSA/

│── .idea/

│── out/

│── src/

β”‚ β”œβ”€β”€ _OOPS

β”‚ β”œβ”€β”€ Arrays

β”‚ β”œβ”€β”€ BasicsOfJAVA

β”‚ β”œβ”€β”€ bitManipulation

β”‚ β”œβ”€β”€ Collections

β”‚ β”œβ”€β”€ Recursion

β”‚ β”œβ”€β”€ Searching

β”‚ β”œβ”€β”€ Sorting

β”‚ β”œβ”€β”€ Strings

β”‚ β”œβ”€β”€ Main

β”‚ └── random │── .gitignore │── Java_detailed.iml


πŸ› οΈ How to Run

  1. Clone this repository:
    git clone https://github.com/me-ishan7/javaDSA.git
    cd javaDSA
    

About

Java_DSA is a collection of Java implementations of core Data Structures and Algorithms.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages