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

Maximum Depth of N-ary Tree #47

Open
ritik-gupta opened this issue Oct 9, 2020 · 1 comment
Open

Maximum Depth of N-ary Tree #47

ritik-gupta opened this issue Oct 9, 2020 · 1 comment
Assignees

Comments

@ritik-gupta
Copy link
Contributor

Question Link
https://leetcode.com/problems/maximum-depth-of-n-ary-tree/

Given a n-ary tree, find its maximum depth.

The maximum depth is the number of nodes along the longest path from the root node down to the farthest leaf node.

@dexterpuru
Copy link
Owner

@ritik-gupta go ahead 👍

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

No branches or pull requests

2 participants