Skip to main content

Algorithms and Data Structures

Project description

Algorithms and Data Structures (andz)

Python 3.9+ Packagist Tests

Introduction

andz stands for algorithms and data structurez.

The s was replaced with z because
there was already a dummy package called ands on PyPI.

In this package, you can find some of the most common algorithms and data structures studied in Computer Science, such as quick-sort or binary-search trees. The algorithms are divided into main categories, such as sorting algorithms or dynamic programming algorithms, but note that some algorithms and DS can fall into multiple categories .

The current main goal of this project is for me to learn more about new algorithms and data structures, but I hope these implementations can also be useful to anyone interested in them.

Development

I use

  • poetry for development
  • the Makefile to declare common commands
  • pyenv to manage different Python versions locally
  • GitHub Actions for CI/CD

For more info about how to develop, see ./docs/how_to_develop.md.

How to install?

pip install andz

Documentation

Most modules and functions have been thoroughly documented, so the best way to learn about the algorithms and data structures is to read the source code and the related docstrings and comments.

You can find more documentation under docs. There you will find the history of the project, development conventions that should be adapted, etc.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

andz-0.1.0.tar.gz (565.4 kB view hashes)

Uploaded Source

Built Distribution

andz-0.1.0-py3-none-any.whl (591.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page