Skip to content

Commit 1f4100f

Browse files
authored
Update 236.Lowest-Common-Ancestor-of-a-Binary-Tree_v2.cpp
1 parent c64ea64 commit 1f4100f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Tree/236.Lowest-Common-Ancestor-of-a-Binary-Tree/236.Lowest-Common-Ancestor-of-a-Binary-Tree_v2.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
* };
99
*/
1010
class Solution {
11-
int count = 0;
1211
TreeNode* ret = NULL;
1312
public:
1413
TreeNode* lowestCommonAncestor(TreeNode* root, TreeNode* p, TreeNode* q)

0 commit comments

Comments
 (0)