Skip to content
/ DSA Public

A curated collection of data structures and algorithms implemented in Python.

Notifications You must be signed in to change notification settings

ArunR1408/DSA

Repository files navigation

Data Structures and Algorithms

Source Contributor: https://tinyurl.com/dsapy07

A curated collection of data structures and algorithms implemented in Python, covering various topics such as linked lists, graphs, trees, dynamic programming, and more.

Features

  • Implementation of various data structures
  • Sample problems and solutions

Topics Covered

  • Mathematical Algorithms & Recursion

  • Linked Lists

  • Stack and Queue

  • Binary tree

  • Graphs

  • Greedy

  • Dynamic programming

  • Backtracking

  • Bit manipulation

Getting Started

To contribute to this repository, please follow these steps:

  1. Fork the repository
  2. Create a new branch for your feature
  3. Make your changes
  4. Commit and push your changes
  5. Submit a pull request

Usage

Clone the repository to explore the data structures and algorithms implemented in Python.

Contributions

Contributions are welcome! Feel free to open issues or pull requests for bug fixes, new features, or improvements.