codezonediitj / pydatastructs

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

Confirm a question #501

Closed mohanadtalat91 closed 2 years ago

mohanadtalat91 commented 2 years ago

Hello Sir, Should I complete or finish any function or method that contains the following line at the end of each function ?? I see every function that contains the following line is empty and need to implement, so I need just a confirmation of my thoughts. Am I right or not ?

Thanks in advance Sir.

https://github.com/codezonediitj/pydatastructs/blob/8c91a6a89dd5806dcc6aaff8efa0fcc38ebd676b/pydatastructs/linear_data_structures/linked_lists.py#L68

czgdp1807 commented 2 years ago

Abstract methods are not implemented anyways. The code in master branch is correct.