codezonediitj / pydatastructs

A python package for data structures and algorithms
https://pydatastructs.readthedocs.io/en/stable/
Other
199 stars 269 forks source link

Add a `backend` option to all the APIs in PyDataStructs and default to `pydatastructs.Backend.Python`. #433

Closed czgdp1807 closed 2 years ago

czgdp1807 commented 2 years ago

Other than the title - An error should be raised if any other input is provided for this parameter as of now. It's an easy to do ask.