Skip to content

Documenting my journey of learning Data Structures and Algorithms using Java. A collection of problem solutions and logic-building experiments.

Notifications You must be signed in to change notification settings

VaradrajVelhal/DSA-in-Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

6 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

β˜• Data Structures and Algorithms in Java

This repository contains my solutions to various Data Structures and Algorithms (DSA) problems. The code is implemented in Java and covers topics essential for technical interviews and competitive programming.

πŸ“‚ Repository Structure

The code is organized by topic to make it easy to navigate:

  • Arrays & Strings
  • Linked Lists
  • Stacks & Queues
  • Trees & Graphs
  • Recursion & Backtracking
  • Sorting & Searching Algorithms
  • Dynamic Programming

πŸ› οΈ Built With

  • Language: Java (JDK 8+)
  • Platforms: LeetCode, GeeksforGeeks, HackerRank

πŸš€ How to Run

  1. Clone the repository:
    git clone [https://github.com/VaradrajVelhal/DSA-in-Java.git](https://github.com/VaradrajVelhal/DSA-in-Java.git)

About

Documenting my journey of learning Data Structures and Algorithms using Java. A collection of problem solutions and logic-building experiments.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages