Skip to content

This repository contains solutions to various Data Structures and Algorithms (DSA) questions in Java. It includes curated problems from the Blind 75 list, sorting algorithms, graph problems, tree problems, and basic interview live coding questions.

Notifications You must be signed in to change notification settings

Riteek712/Java-DSA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Structures and Algorithms (DSA) in Java

This repository contains solutions to various Data Structures and Algorithms (DSA) questions in Java. It includes curated problems from the Blind 75 list, sorting algorithms, graph problems, tree problems, and basic interview live coding questions.

Table of Contents

Blind 75 Questions

This section contains solutions to the Blind 75 list of coding interview questions. These questions are known for covering the most important concepts and are frequently asked in technical interviews.

Sorting Algorithms

This section includes implementations of various sorting algorithms:

Graph Problems

Explore graph-related problems, including traversal techniques like BFS, DFS, and problems like:

Tree Problems

This section contains problems related to binary trees, binary search trees, and general trees:

Basic Interview Questions

Here you'll find solutions to common live coding questions that often come up in technical interviews:

How to Use This Repository

  1. Clone the Repository:

    git clone https://github.com/Riteek712/Java-DSA.git

About

This repository contains solutions to various Data Structures and Algorithms (DSA) questions in Java. It includes curated problems from the Blind 75 list, sorting algorithms, graph problems, tree problems, and basic interview live coding questions.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages