Skip to content
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

Lesson 7 8 #1281

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

Zukenborschtsch
Copy link

No description provided.


print(code_table)
for i in text:
print(code_table[i], end=" ")
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

задание выполнено как в примере

@@ -69,7 +76,7 @@ def get_root_val(self):
r = BinaryTree(8)
print(r.get_root_val())
print(r.get_left_child())
r.insert_left(4)
r.insert_left(7)
print(r.get_left_child())
print(r.get_left_child().get_root_val())
r.insert_right(12)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

выполнено

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants