Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 269 Bytes

File metadata and controls

16 lines (13 loc) · 269 Bytes

Rectangle Intersection

Write a function to find the rectangular intersection of two given rectangles.

Solutions:

Swift

O(1)

C++

O(1)

Installation

Run make to build and run C++ files and run Swift files. Or you can run .playground file.