Package g1601_1700.s1609_even_odd_tree
Class Solution
-
- All Implemented Interfaces:
public final class Solution
-
-
Constructor Summary
Constructors Constructor Description Solution()
-
Method Summary
Modifier and Type Method Description final Boolean
isEvenOddTree(TreeNode root)
-
-
Method Detail
-
isEvenOddTree
final Boolean isEvenOddTree(TreeNode root)
-
-
-
-