Skip to content

Latest commit

 

History

History
64 lines (48 loc) · 1.72 KB

File metadata and controls

64 lines (48 loc) · 1.72 KB

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