codezonediitj / pydatastructs

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

Python 3.8 CI fails #558

Open Kishan-Ved opened 1 month ago

Kishan-Ved commented 1 month ago

Description of the problem

Find out why only Python 3.8 CI fails here: https://github.com/codezonediitj/pydatastructs/actions/runs/9306171981/job/25614766604

czgdp1807 commented 4 weeks ago

This is happening with C++ backend.

Kishan-Ved commented 4 weeks ago

The delete() operation is performed correctly, this is confirmed by adding an assert statement. There is only an issue with the return value.