apprenda take home assessment
Go to file
Derek McQuay aaf2dbb2eb implemented adjacency and tests
using the new line type am able to check if lines overlap or not.
2016-08-26 16:27:47 -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
README.md initial commit 2016-08-26 08:13:01 -07:00
point.go functions to determine if point is on line 2016-08-26 16:26:59 -07:00
point_test.go functions to determine if point is on line 2016-08-26 16:26:59 -07:00
rectangle.go implemented adjacency and tests 2016-08-26 16:27:47 -07:00
rectangle_test.go implemented adjacency and tests 2016-08-26 16:27:47 -07:00
triangle.go added area of three points 2016-08-26 12:02:43 -07:00
triangle_test.go added area of three points 2016-08-26 12:02:43 -07:00

README.md

rect

apprenda take home assessment