Skip to content

Commit

Permalink
Update count-univalue-subtrees.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
kamyu104 committed Sep 14, 2015
1 parent 7096109 commit 8f1d546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion C++/count-univalue-subtrees.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class Solution {
isSame(root, root->right, right)) {
++(*count);
return true;
}
}
return false;
}

Expand Down

0 comments on commit 8f1d546

Please sign in to comment.