Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 516 Bytes

File metadata and controls

10 lines (8 loc) · 516 Bytes

Nuvalence Rectangle Repo

This repo contains a rectangle class with three public methods, contains, intersects and adjacent. The rectangle class does not handle colinearity correctly in some cases.

Installation

This repository uses yarn. Run yarn install for install. If you have docker installed you could also docker build . See package.json scripts for other commands

Usage

index.js is the entry point for this application. Run npm run start or npm run build and then node dist/index.js