Skip to content

Type annotation for Python based Algorithms #125

Description

@UbadahJ

Description

Most of the python-based algorithms are not annotated by types as specified by PEP 483 and PEP 484

Using generic types to provide these improvements is an effective way to enforce good practices and provide general documentation for other users quickly.

Implementation

This can be discussed using central generic types with specifically defined types for only those algorithms that work on some certain types (like counting sort) or each file having its independent types

Metadata

Metadata

Labels

No labels
No labels

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions