-
-
Notifications
You must be signed in to change notification settings - Fork 46.6k
[mypy] Add/fix type annotations for binary trees in data structures #4085
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[mypy] Add/fix type annotations for binary trees in data structures #4085
Conversation
Multiple Pull Request Detected@Leo-LiHao, we are extremely excited that you want to submit multiple algorithms in this repository but we have a limit on how many pull request a user can keep open at a time. This is to make sure all maintainers and users focus on a limited number of pull requests at a time to maintain the quality of the code. This pull request is being closed as the user already has an open pull request. Please focus on your previous pull request before opening another one. Thank you for your cooperation. User opened pull requests (including this one): #4085, #4001 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for your pull request!🤩
…statement error is resolved(TheAlgorithms#4085)
* [mypy] Add/fix type annotations for recursive_insertion_sort(#4085) * [mypy] Add/fix type annotations for bucket_sort(#4085) * [mypy] Reworked code for cocktail_shaker_sort so that missing return statement error is resolved(#4085) * [mypy] Add/fix type annotations for patience_sort(#4085) * [mypy] Add/fix type annotations for radix_sort(#4085) Co-authored-by: goodm2 <4qjpngu8mem8cz>
…heAlgorithms#4085) * fix mypy: data_structures:binary_tree * mypy --strict for binary_trees in data_structures * fix pre-commit Co-authored-by: LiHao <[email protected]>
…heAlgorithms#4215) Co-authored-by: goodm2 <4qjpngu8mem8cz>
…4224) * [mypy] Add/fix type annotations for recursive_insertion_sort(TheAlgorithms#4085) * [mypy] Add/fix type annotations for bucket_sort(TheAlgorithms#4085) * [mypy] Reworked code for cocktail_shaker_sort so that missing return statement error is resolved(TheAlgorithms#4085) * [mypy] Add/fix type annotations for patience_sort(TheAlgorithms#4085) * [mypy] Add/fix type annotations for radix_sort(TheAlgorithms#4085) Co-authored-by: goodm2 <4qjpngu8mem8cz>
…heAlgorithms#4085) * fix mypy: data_structures:binary_tree * mypy --strict for binary_trees in data_structures * fix pre-commit Co-authored-by: LiHao <[email protected]>
…heAlgorithms#4215) Co-authored-by: goodm2 <4qjpngu8mem8cz>
…4224) * [mypy] Add/fix type annotations for recursive_insertion_sort(TheAlgorithms#4085) * [mypy] Add/fix type annotations for bucket_sort(TheAlgorithms#4085) * [mypy] Reworked code for cocktail_shaker_sort so that missing return statement error is resolved(TheAlgorithms#4085) * [mypy] Add/fix type annotations for patience_sort(TheAlgorithms#4085) * [mypy] Add/fix type annotations for radix_sort(TheAlgorithms#4085) Co-authored-by: goodm2 <4qjpngu8mem8cz>
…heAlgorithms#4085) * fix mypy: data_structures:binary_tree * mypy --strict for binary_trees in data_structures * fix pre-commit Co-authored-by: LiHao <[email protected]>
…heAlgorithms#4215) Co-authored-by: goodm2 <4qjpngu8mem8cz>
…4224) * [mypy] Add/fix type annotations for recursive_insertion_sort(TheAlgorithms#4085) * [mypy] Add/fix type annotations for bucket_sort(TheAlgorithms#4085) * [mypy] Reworked code for cocktail_shaker_sort so that missing return statement error is resolved(TheAlgorithms#4085) * [mypy] Add/fix type annotations for patience_sort(TheAlgorithms#4085) * [mypy] Add/fix type annotations for radix_sort(TheAlgorithms#4085) Co-authored-by: goodm2 <4qjpngu8mem8cz>
Related Issue: #4052
Describe your change:
Checklist:
Fixes: #{$ISSUE_NO}
.