sort-cpp
sort-cpp copied to clipboard
Python package for SORT algorithm
Hi Thanks for your great work. I've written python bindings and a package for SORT algorithm using this repository. Other python packages which I had found were implemented in python and performed slowly, so I decided to use C++ behind and wrote this module. It also can be installed via pip.
https://github.com/MrGolden1/sort-python
If you wish, include the link in your README.
Thank you!