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

Day 8 #8

Open
shivvamm opened this issue Aug 4, 2023 · 0 comments
Open

Day 8 #8

shivvamm opened this issue Aug 4, 2023 · 0 comments

Comments

@shivvamm
Copy link
Owner

shivvamm commented Aug 4, 2023

A unival tree (which stands for "universal value") is a tree where all nodes under it have the same value.

Given the root to a binary tree, count the number of unival subtrees.

For example, the following tree has 5 unival subtrees:

0
 / \
1   0
   / \
  1   0
 / \
1   1
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

No branches or pull requests

1 participant