Skip to content

shakeerprince/DSA-Everyday

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Structures and Algorithms in Java

Welcome to my repository for practicing Data Structures and Algorithms (DSA) in Java. This repository contains my daily practice solutions, organized by topic and difficulty level. Each solution is well-commented and tested for correctness.

Table of Contents

Introduction

This repository is dedicated to my journey in mastering Data Structures and Algorithms using Java. The primary goal is to solidify my understanding of fundamental concepts and prepare for coding interviews.

Structure

The repository is organized as follows:

  • arrays/: Solutions related to array problems.
  • linked-lists/: Solutions for linked list problems.
  • stacks-queues/: Implementations of stack and queue problems.
  • trees/: Solutions for binary trees, binary search trees, and other tree structures.
  • graphs/: Solutions related to graph algorithms.
  • sorting-searching/: Implementation of various sorting and searching algorithms.
  • miscellaneous/: Solutions for miscellaneous problems not categorized above.

Each directory contains:

  • problem_name.java: The Java implementation of the problem.
  • README.md: A brief description of the problem and approach.

Getting Started

To get started with the code in this repository, clone the repository to your local machine using:

https://github.com/shakeerprince/DSA-Everyday

About

dsa practise

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages