apprenda take home assessment
Derek McQuay
fc4c1c820b
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. |
||
---|---|---|
cmd/recty | ||
.gitignore | ||
LICENSE | ||
point_test.go | ||
point.go | ||
README.md | ||
rectangle_test.go | ||
rectangle.go |
rect
apprenda take home assessment