Metadata-Version: 2.1
Name: pythorn
Version: 1.0.0
Summary: A Python module for all data structures and algorithms.
Home-page: https://github.com/robin025/pythorn
Author: Robin Singh
Author-email: robin25tech@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Intended Audience :: Education 
Classifier: Intended Audience :: Developers 
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown

# 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
  - 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
pip3 uninstall -y pythorn
```


