We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 789ec70 + 409ab59 commit b516fcdCopy full SHA for b516fcd
minRectArea.cpp
@@ -3,7 +3,7 @@ Flipkart IIT Kanpur 2018
3
4
Given two vectors of length n representing the x and y
5
coordinates of cartesian points, find the minimum possible area
6
-of a rectangle which can be formed using four distinct points.
+of a rectangle which can be formed using four distinct points which has sides parallel to the x & y axis.
7
If non rectangle can be formed, return -1.
8
9
1 <= n <= 1000
@@ -42,4 +42,4 @@ signed main() {
42
{1,3,1,8,1,8,1,3}
43
) << '\n';
44
return 0;
45
-}
+}
0 commit comments