Skip to content

Commit 8cb1d09

Browse files
Merge pull request #63 from Abhay7838/master
Update Mirror Reflection.java
2 parents 5659efc + 9bd5a33 commit 8cb1d09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Mirror Reflection.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ public int mirrorReflection(int p, int q) {
77
}
88

99
if(p%2==0 && q%2!=0){
10-
return 2;
10+
return 2;
1111
}
1212
else if(p%2!=0 && q%2==0){
1313
return 0;

0 commit comments

Comments
 (0)