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.
- Host: GitHub
- URL: https://github.com/robinsingh-ai/pythorn
- Owner: robinsingh-ai
- License: mit
- Created: 2020-09-29T14:07:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-01-19T16:42:18.000Z (about 4 years ago)
- Last Synced: 2026-01-14T09:09:16.837Z (3 months ago)
- Topics: 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
- Language: Python
- Homepage: https://pypi.org/project/pythorn/
- Size: 101 KB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Pythorn
[](https://pepy.tech/project/pythorn)
[](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
```