Skip to content

Commit 2dd60da

Browse files
committed
1791
1 parent 66d347e commit 2dd60da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Jun-27-24.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ def findCenter(self, edges: List[List[int]]) -> int:
88
for v,adjV in adj.items():
99
if len(adjV)==vertices-1:
1010
return v
11-
return -1
11+
return -1
12+

0 commit comments

Comments
 (0)