Package g0201_0300.s0223_rectangle_area
Class Solution
java.lang.Object
g0201_0300.s0223_rectangle_area.Solution
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
computeArea
(int ax1, int ay1, int ax2, int ay2, int bx1, int by1, int bx2, int by2)
-
Constructor Details
-
Solution
public Solution()
-
-
Method Details
-
computeArea
public int computeArea(int ax1, int ay1, int ax2, int ay2, int bx1, int by1, int bx2, int by2)
-