Metadata-Version: 2.1
Name: DSAinPython
Version: 0.0.3
Summary: This Package contains Data Structures and Algorithms
Home-page: https://github.com/Armaan-268/DSA_in_Python
Author: Armaan Chauhan
Author-email: armaanchauhan268@gmail.com
License: MIT
Keywords: datastructures,algorithms
Platform: UNKNOWN
Description-Content-Type: text/markdown

# Data Structure and in Algorithms in Python 

A Python package of data structure codes

## Usage
This package contains some common ready to use functions. The primary focus is provide pre-coded functions used in 
Data Structures and Algorithm problems.

-----------------------------------
Note: This package is developed and maintained by a learning student. Please don't mind the mistakes :)


Change Logs
================================

0.0.1 (14/05/2021)
----------------------------------------------------------------
- First Version
    - Contains Searches

0.0.2 (14/05/2021)
----------------------------------------------------------------
- First Version (2nd Release)
    - Contains Searches
    - Fixed some bugs

0.0.3 (14/05/2021)
----------------------------------------------------------------
- First Version (3rd Release)
    - Contains Searches
    - Fixed some bugs

