Skip to content

Commit 5feb58b

Browse files
committed
Revert "Update Unique-Paths-III.cpp"
This reverts commit 7c314a8.
1 parent 2f0d013 commit 5feb58b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

C++/Unique-Paths-III.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ class Solution {
55
int m;
66
int answer = 0;
77
int required = 0;
8-
//bhargav
8+
99
bool isValid(int x, int y) {
1010
return (0 <= x && x < n) && (0 <= y && y < m);
1111
}

0 commit comments

Comments
 (0)