Package g0201_0300.s0223_rectangle_area
Class Solution
- java.lang.Object
-
- g0201_0300.s0223_rectangle_area.Solution
-
public class Solution extends Object
-
-
Constructor Summary
Constructors Constructor Description Solution()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
computeArea(int ax1, int ay1, int ax2, int ay2, int bx1, int by1, int bx2, int by2)
-