Added static typing to backtracking algorithms#2684
Added static typing to backtracking algorithms#2684poyea merged 6 commits intoTheAlgorithms:masterfrom
Conversation
|
Looks good! |
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
|
Um, this pull request contains invalid type hints, I don't understand why you merged it? @poyea |
Where's it? The code passes the check, but we can fix it in a new one quickly. |
|
Currently, we are not running Any PR which provides type hints should be checked by the maintainer by running |
|
@jenia90 would you be able to fix this - probably due to |
|
Please run |
* Added static typing to backtracking algorithms
* Ran psf/black to fix some minor issues.
* updating DIRECTORY.md
* updating DIRECTORY.md
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
Co-authored-by: John Law <johnlaw.po@gmail.com>
* Fix mypy in TheAlgorithms#2684 * fix pre-commit
* Added static typing to backtracking algorithms
* Ran psf/black to fix some minor issues.
* updating DIRECTORY.md
* updating DIRECTORY.md
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
Co-authored-by: John Law <johnlaw.po@gmail.com>
* Fix mypy in TheAlgorithms#2684 * fix pre-commit
* Added static typing to backtracking algorithms
* Ran psf/black to fix some minor issues.
* updating DIRECTORY.md
* updating DIRECTORY.md
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
Co-authored-by: John Law <johnlaw.po@gmail.com>
* Fix mypy in TheAlgorithms#2684 * fix pre-commit
* Added static typing to backtracking algorithms
* Ran psf/black to fix some minor issues.
* updating DIRECTORY.md
* updating DIRECTORY.md
Co-authored-by: github-actions <${GITHUB_ACTOR}@users.noreply.github.com>
Co-authored-by: John Law <johnlaw.po@gmail.com>
* Fix mypy in TheAlgorithms#2684 * fix pre-commit
For issue #2128: I've added static typing to every function that was missing it in the backtracking algorithms folder.