Skip to content

Commit f1bfcc9

Browse files
authored
Merge pull request neetcode-gh#434 from liruqi/patch-1
Add link to Lintcode
2 parents 048ed97 + a82d9c7 commit f1bfcc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

261-Graph-Valid-Tree.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Problem is free on Lintcode
1+
# Problem is free on Lintcode https://www.lintcode.com/problem/178/
22
class Solution:
33
"""
44
@param n: An integer

0 commit comments

Comments
 (0)