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

[zclhit] add another way to print binary Tree in graphical #7

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

Conversation

zclhit
Copy link

@zclhit zclhit commented Jul 5, 2020

for example, this printer will print binary tree of [0,-10,5,null,-3,null,9] as:
0
/ \
/ \
-10 5
\ \
-3 9

@zclhit
Copy link
Author

zclhit commented Jul 21, 2020

I'll write down all July daily quizzes during July 2020

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.

1 participant