sort-cpp icon indicating copy to clipboard operation
sort-cpp copied to clipboard

Python package for SORT algorithm

Open MrGolden1 opened this issue 3 years ago • 0 comments

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!

MrGolden1 avatar Apr 11 '22 10:04 MrGolden1