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
- Easy Documentation
- Time complexities on the go
- Get the code right in your editor
Pythorn requires Python V3+
pip install pythorn
If you want to uninstall algorithms, it is as simple as:
pip uninstall pythorn