We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 886d1c0 commit 8995d5bCopy full SHA for 8995d5b
965-univalued-binary-tree.cpp renamed to 0965-univalued-binary-tree.cpp
@@ -28,4 +28,4 @@ class Solution {
28
if (root->val != val) return false;
29
return isUnivalTree(root->left) && isUnivalTree(root->right);
30
}
31
-};
+};
0 commit comments