Metadata-Version: 2.4
Name: pyds-fundamental
Version: 0.1.1
Summary: Production-ready implementation of fundamental data structures implemented in Python
Author-email: Emre Kahraman CANIKOGLU <ankaraunifedaisi@gmail.com>
License: MIT
Project-URL: Homepage, https://github.com/999-juicewrld/data_structures
Project-URL: Documentation, https://999-juicewrld.github.io/data_structures/data_structures.html
Project-URL: Repository, https://github.com/999-juicewrld/data_structures
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: license-file

# Implementation of Data Structures

This repo contains implementations of various data structures. Each article lists the implemented features. Currently trying to make this a fully functioning library where you can basically use implemented data structures as-intended. I will implement AVL & red-black trees, and hopefully graphs.

You can see the [document here.](https://999-juicewrld.github.io/data_structures/data_structures.html)
