-
-
Notifications
You must be signed in to change notification settings - Fork 46.6k
Updated basic_binary_tree.py #9092
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
Conversation
The BinaryTree class has been created with the root node as its only argument. The utility functions have been modified to be methods of the BinaryTree class. The display, depth_of_tree, and is_full_binary_tree functions now take self as their first argument. The main function has been modified to create a BinaryTree object and call its methods instead of calling the utility functions directly.
for more information, see https://pre-commit.ci
The BinaryTree class has been created with the root node as its only argument. The utility functions have been modified to be methods of the BinaryTree class. The display, depth_of_tree, and is_full_binary_tree functions now take self as their first argument. The main function has been modified to create a BinaryTree object and call its methods instead of calling the utility functions directly.
Any maintainer please see the updated code and close this issue #8865 |
In PR description, |
I have changed the PR description |
Thank you for your contribution, but unfortunately we're not accepting new PRs at the moment. We're currently trying to clear our backlog of existing PRs in preparation for Hacktoberfest. If you want to contribute, please wait until after October 1 to do so. See this discussion for more info. |
Hi there,
I understand the current situation and the preparations for Hacktoberfest.
However, I was wondering if you could make an exception and merge my PR. It
was my first time contributing to such a large project, and I genuinely put
in effort to select the issue, work on it, and pass the 3 checks. I would
really appreciate it if you could consider my request.
Thank you for your understanding.
Best regards,
Debanna Das
…On Sat, Sep 30, 2023 at 9:48 AM Tianyi Zheng ***@***.***> wrote:
Closed #9092 <#9092>.
—
Reply to this email directly, view it on GitHub
<#9092 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AOR7KZISCZDJIEZJJK5GIR3X46MQZANCNFSM6AAAAAA5HWQCZI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
The BinaryTree class has been created with the root node as its only argument. The utility functions have been modified to be methods of the BinaryTree class. The display, depth_of_tree, and is_full_binary_tree functions now take self as their first argument. The main function has been modified to create a BinaryTree object and call its methods instead of calling the utility functions directly.
Describe your change:
Checklist: