There was an error while loading. Please reload this page.
1 parent 2f0d013 commit 5feb58bCopy full SHA for 5feb58b
C++/Unique-Paths-III.cpp
@@ -5,7 +5,7 @@ class Solution {
5
int m;
6
int answer = 0;
7
int required = 0;
8
- //bhargav
+
9
bool isValid(int x, int y) {
10
return (0 <= x && x < n) && (0 <= y && y < m);
11
}
0 commit comments