pydatastructs icon indicating copy to clipboard operation
pydatastructs copied to clipboard

added c++ backend for brick sort and brick sort parallel

Open arvinder004 opened this issue 8 months ago • 1 comments

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

arvinder004 avatar Apr 08 '25 16:04 arvinder004

sir I have added the tests for C++ Backend. I will try to benchmark parallel and sequential implementations and return to it very soon.

arvinder004 avatar Apr 09 '25 09:04 arvinder004