Skip to content

Commit 38778eb

Browse files
authored
Update count-good-nodes-in-binary-tree.cpp
1 parent b242c91 commit 38778eb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

C++/count-good-nodes-in-binary-tree.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ class Solution {
3333

3434
// Time: O(n)
3535
// Space: O(h)
36-
3736
class Solution2 {
3837
public:
3938
int goodNodes(TreeNode* root) {

0 commit comments

Comments
 (0)