Metadata-Version: 2.4
Name: algox
Version: 0.1.1
Summary: A collection of data structures and algorithms, all implemented in pure Python
Author: Prasad Raju G
Requires-Python: >=3.13
Description-Content-Type: text/markdown
License-File: LICENSE
Provides-Extra: perf
Requires-Dist: matplotlib>=3.10.8; extra == "perf"
Dynamic: license-file

<div align="center">

<picture>
  <source media="(prefers-color-scheme: dark)" srcset="/docs/algoX-light.png">
  <source media="(prefers-color-scheme: light)" srcset="/docs/algoX-dark.png">
  <img
    alt="algoX logo"
    src="/docs/algoX-light.png"
    width="50%"
    style="margin-bottom: 0;"
  >
</picture>

<p style="margin: 2px 0 0 0;">
  <strong>No dependencies. Just Python. All you need.</strong>
</p>

![Project Status](https://img.shields.io/badge/status-under%20development-orange)

</div>


---

**algoX** is a Python library — a collection of data structures and algorithms, all implemented in pure Python.



