An open API service indexing awesome lists of open source software.

https://github.com/robinsingh-ai/pythorn

A Python module for all the data structures and algorithms.
https://github.com/robinsingh-ai/pythorn

algorithms data-structures dynamic-programming graph greedy-algorithms hacktoberfest hacktoberfest2021 libraries linked-list mit-license package pypi-package python queue searching-algorithms sorting-algorithms stack string-matching trees

Last synced: 25 days ago
JSON representation

A Python module for all the data structures and algorithms.

Awesome Lists containing this project

README

          

# Pythorn
[![Downloads](https://static.pepy.tech/personalized-badge/pythorn?period=total&units=none&left_color=black&right_color=blue&left_text=Downloads)](https://pepy.tech/project/pythorn)
[![Python](https://img.shields.io/badge/python-3.6-blue.svg)](https://www.python.org/downloads/release/python-360/)

Pythorn is a python module that contains Python-based minimal and clean example implementations of popular data structures and all major algorithms!!
Mainly for educational purposes

## Features!

- Easy [Documentation](https://pythorn.readthedocs.io/en/latest/)
- Time complexities on the go
- Get the code right in your editor

# Installation

Pythorn requires Python V3+

```sh
pip install pythorn
```

## Uninstall
If you want to uninstall algorithms, it is as simple as:

```sh
pip uninstall pythorn
```