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 da846a4 commit f0ea5e9Copy full SHA for f0ea5e9
pacific-atlantic-water-flow/sonjh1217.swift
@@ -20,7 +20,7 @@ class Solution {
20
}
21
22
while head < queue.count {
23
- var (i, j) = queue[head]
+ let (i, j) = queue[head]
24
head += 1
25
26
for (di, dj) in directions {
0 commit comments