Skip to content

Commit 2be78cf

Browse files
authored
Update 261. Graph Valid Tree.md
1 parent 3abeffc commit 2be78cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Leetcode_Solutions/Python/261. Graph Valid Tree.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ graph 为 tree 两个条件:
3636

3737
偷懒AC代码,直接在323题,Number of Connected Components in an Undirected Graph上改的AC代码:
3838

39-
39+
beats 82.10%
4040

4141
```python
4242
class Solution:

0 commit comments

Comments
 (0)