Skip to content

Commit 8995d5b

Browse files
authored
fix 965 filename
1 parent 886d1c0 commit 8995d5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

965-univalued-binary-tree.cpp renamed to 0965-univalued-binary-tree.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ class Solution {
2828
if (root->val != val) return false;
2929
return isUnivalTree(root->left) && isUnivalTree(root->right);
3030
}
31-
};
31+
};

0 commit comments

Comments
 (0)