We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5c7a01 commit e732a50Copy full SHA for e732a50
keys-and-rooms.py
@@ -1,3 +1,6 @@
1
+# https://leetcode.com/problems/keys-and-rooms
2
+# Leetcode #841
3
+
4
class Solution:
5
def canVisitAllRooms(self, rooms: List[List[int]]) -> bool:
6
0 commit comments