Skip to content

Commit e732a50

Browse files
committed
leetcode #841
1 parent d5c7a01 commit e732a50

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

keys-and-rooms.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# https://leetcode.com/problems/keys-and-rooms
2+
# Leetcode #841
3+
14
class Solution:
25
def canVisitAllRooms(self, rooms: List[List[int]]) -> bool:
36

0 commit comments

Comments
 (0)