apprenda take home assessment
Go to file
Derek McQuay fc4c1c820b determine size of rectangle
To determine the size of rectangle, it was required to be able to
determine who would be the neighboring points.  A neighbor is a point
that would make the exterior of the rectangle, not the cross-section.
Finding the neighbors allows for a simple l*w to calculate size.
2016-08-26 11:37:55 -07:00
cmd/recty created rectangle struct and IsRect() 2016-08-26 09:08:30 -07:00
.gitignore updated gitignore for swp files 2016-08-26 09:07:42 -07:00
LICENSE initial commit 2016-08-26 08:13:01 -07:00
point_test.go added method to determine distance between points 2016-08-26 11:37:18 -07:00
point.go added method to determine distance between points 2016-08-26 11:37:18 -07:00
README.md initial commit 2016-08-26 08:13:01 -07:00
rectangle_test.go determine size of rectangle 2016-08-26 11:37:55 -07:00
rectangle.go determine size of rectangle 2016-08-26 11:37:55 -07:00

rect

apprenda take home assessment