Skip to content

This repository contains all my important Java code related to Data Structures and Algorithms. It includes key syntax, core concepts, and solutions to various DSA problems that I practiced.

Notifications You must be signed in to change notification settings

adocxwork/JavaWithDSA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JavaWithDSA

This repository has all my important Java code that I used to practice Data Structures and Algorithms (DSA).

What's inside

  • Java programs for different DSA topics
  • Important syntax and basic concepts
  • Solved problems from practice
  • Clean and simple code for better understanding

Why I made this

I created this repo to keep all my DSA practice in one place. It helps me revise quickly and track my progress.

Topics Covered

  • Arrays
  • Strings
  • Linked Lists
  • Stacks and Queues
  • Trees and Graphs
  • Sorting and Searching
  • Recursion and Backtracking
  • Dynamic Programming
  • And more...

How to use

You can go through the folders or files to see code for each topic. Each file has comments to explain the logic.

About

This repository contains all my important Java code related to Data Structures and Algorithms. It includes key syntax, core concepts, and solutions to various DSA problems that I practiced.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages