We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
leetcode/java/0450-delete-node-in-a-bst.java
Line 27 in 755a89a
This solution does not work. It should be minimumVal(root.right)
The text was updated successfully, but these errors were encountered:
That's true, good catch.
Do you want to open a PR with the change, or want me to change it for you ?
Sorry, something went wrong.
@a93a I have made the changes relating to this issue, and i have also added two solutions in java, which were marked X in the ReadMe table. PR #3329
Successfully merging a pull request may close this issue.
leetcode/java/0450-delete-node-in-a-bst.java
Line 27 in 755a89a
This solution does not work. It should be minimumVal(root.right)
The text was updated successfully, but these errors were encountered: