Skip to content

This repository contains my solutions and implementations for various Data Structures and Algorithms problems. The goal is to practice and improve my problem-solving skills.

Notifications You must be signed in to change notification settings

ShubhamDambale/Dsa_Algorithm

Repository files navigation

Data Structures and Algorithms Practice

GitHub license GitHub issues GitHub stars GitHub forks

Description

This repository contains my solutions and implementations for various Data Structures and Algorithms problems. The goal is to practice and improve my problem-solving skills.

Table of Contents

Data Structures

  • Linked Lists
  • Stacks
  • Queues
  • Trees
  • Graphs
  • Hash Tables
  • Heaps
  • ...

Algorithms

  • Searching
    • Linear Search
    • Binary Search
    • Depth-First Search (DFS)
    • Breadth-First Search (BFS)
  • Sorting
    • Bubble Sort
    • Merge Sort
    • Quick Sort
    • ...
  • Dynamic Programming
  • Greedy Algorithms
  • ...

Contributing

If you'd like to contribute, please follow these guidelines:

  1. Fork the repository.
  2. Create a new branch.
  3. Make your changes and test them.
  4. Submit a pull request with a description of your changes.

How to Run

Include instructions on how to run your code, especially if it requires specific setup or dependencies.

# Example commands
git clone https://github.com/ShubhamDambale/Dsa_Algorithm.git
cd YourRepository
python main.py

About

This repository contains my solutions and implementations for various Data Structures and Algorithms problems. The goal is to practice and improve my problem-solving skills.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages