diptangsu / diptangsu/Sorting-Algorithms

Type annotation for Python based Algorithms

Aperta
#125 2 commenti 1 reazione 2 assegnatari Rivendicata da @UbadahJ Vedi su GitHub
Lingua principale
Java
Stelle
171
Fork
165
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

## Description

Most of the python-based algorithms are not annotated by types as specified by [PEP 483](https://www.python.org/dev/peps/pep-0483/) and [PEP 484](https://www.python.org/dev/peps/pep-0484/)

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

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.