Skip to content

Commit

Permalink
Update cat-and-mouse.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
kamyu104 authored Jan 18, 2021
1 parent 6b158cf commit ef9244d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion C++/cat-and-mouse.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class Solution {
}
Lookup color;
queue<tuple<int, int, int, int>> q;
for(int i = 0; i < size(graph); ++i) {
for (int i = 0; i < size(graph); ++i) {
if (i == HOLE) {
continue;
}
Expand Down

0 comments on commit ef9244d

Please sign in to comment.