Skip to content

Use python's builtin abstract base classes #100

Closed
@nikochiko

Description

@nikochiko

Description of the problem

The current code creates a new abstract class, as in the example below. Python has dedicated abc.ABCs for abstract base classes. It would provide us more flexibility and conform better to python's standards.

Example of the problem

https://github.com/codezonediitj/pydatastructs/blob/master/pydatastructs/linear_data_structures/arrays.py

References/Other comments

https://docs.python.org/3/library/abc.html
https://www.python.org/dev/peps/pep-3119/

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions