Skip to content

Commit b516fcd

Browse files
authored
Merge pull request #1 from Aerron/patch-1
Update minRectArea.cpp
2 parents 789ec70 + 409ab59 commit b516fcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

minRectArea.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Flipkart IIT Kanpur 2018
33
44
Given two vectors of length n representing the x and y
55
coordinates of cartesian points, find the minimum possible area
6-
of a rectangle which can be formed using four distinct points.
6+
of a rectangle which can be formed using four distinct points which has sides parallel to the x & y axis.
77
If non rectangle can be formed, return -1.
88
99
1 <= n <= 1000
@@ -42,4 +42,4 @@ signed main() {
4242
{1,3,1,8,1,8,1,3}
4343
) << '\n';
4444
return 0;
45-
}
45+
}

0 commit comments

Comments
 (0)