Skip to content

Commit

Permalink
refactor 223
Browse files Browse the repository at this point in the history
  • Loading branch information
fishercoder1534 committed May 15, 2020
1 parent a08235d commit cf9c2c9
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/main/java/com/fishercoder/solutions/_223.java
Original file line number Diff line number Diff line change
@@ -1,18 +1,5 @@
package com.fishercoder.solutions;

/**
* 223. Rectangle Area
*
* Find the total area covered by two rectilinear rectangles in a 2D plane.
* Each rectangle is defined by its bottom left corner and top right corner as shown in the figure.
* Rectangle Area
Example:
Input: A = -3, B = 0, C = 3, D = 4, E = 0, F = -1, G = 9, H = 2
Output: 45
Note: Assume that the total area is never beyond the maximum possible value of int.*/
public class _223 {

public static class Solution1 {
Expand Down

0 comments on commit cf9c2c9

Please sign in to comment.