/intersecting-rectangles

Intersecting Rectangles

Primary LanguageGoMIT LicenseMIT

intersecting-rectangles

Intersecting Rectangles : Sample cli app to find intersecting rectangles in two dimmension.

Build and Run

make build
./bin/interesting-rectangles -file=sample_input.json

Run Tests

make test