pydatastructs
pydatastructs copied to clipboard
added c++ backend for brick sort and brick sort parallel
Fixes #677
Brief description of what is fixed or changed
- Added the Brick sort and Brick sort parallel implementations in the C++ Backend file
quadratic_time_sort.hpp - Exposed C++ functions to Python
- Updated Python Functions
sir I have added the tests for C++ Backend. I will try to benchmark parallel and sequential implementations and return to it very soon.