Skip to content

104. Maximum Depth of Binary Tree#23

Open
xbam326 wants to merge 3 commits into
mainfrom
104
Open

104. Maximum Depth of Binary Tree#23
xbam326 wants to merge 3 commits into
mainfrom
104

Conversation

@xbam326
Copy link
Copy Markdown
Owner

@xbam326 xbam326 commented Jan 27, 2026

if root is None:
return 0

to_visit = [(root, 1)]
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

[fyi]
私はあんまり違和感ないのですが、「to + 動詞」が通じにくいケースもありそうでした。
https://github.com/mamo3gr/arai60/pull/23/changes#r2674256708

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