diptangsu / diptangsu/Sorting-Algorithms

Type annotation for Python based Algorithms

オープン
#125 コメント 2 件 リアクション 1 件 担当者 2 名 @UbadahJ が担当を希望しています GitHub で見る
主要言語
Java
スター
171
フォーク
165
PR マージ指標
30日以内にマージされた PR はありません

説明

## 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

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。