-
-
Notifications
You must be signed in to change notification settings - Fork 45.6k
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
Fix removing the root node in binary_search_tree.py removes the whole tree #8752
Conversation
for more information, see https://pre-commit.ci
Fixes #8715 Apparently it doesn't work unless the creator of the PR does it... @Frank-1998 could you add that to your PR description so that GitHub automatically links the issue? |
@tianyizheng02 Sorry, could you please explain what should I add here? I am a bit confused. Thank you. |
@Frank-1998 You should add |
@tianyizheng02 Oh, I see, it's done, thank you very much. :) |
… tree (TheAlgorithms#8752) * fix issue TheAlgorithms#8715 * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Describe your change:
Fixes: #8715
Fixes: #8819
Checklist:
Fixes: #{$ISSUE_NO}
.