Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

7
  • \$\begingroup\$ Are flat-list input formats allowed, i.e. [1,2,3,4,5,6] instead of [[1,2],[3,4],[5,6]]? \$\endgroup\$ Commented Oct 10, 2019 at 11:24
  • 2
    \$\begingroup\$ @MamaFunRoll Sure. \$\endgroup\$ Commented Oct 10, 2019 at 11:24
  • \$\begingroup\$ Suggested test case: two similar isosceles triangles [[-1,0],[1,0],[0,2]] and [[-2,5],[2,5],[0,1]] \$\endgroup\$ Commented Oct 10, 2019 at 13:11
  • 3
    \$\begingroup\$ @Adám Isosceles triangles have fewer unique edges and angles. This may pose a problem when your approach includes counting the number of unique features of the triangles. \$\endgroup\$ Commented Oct 10, 2019 at 13:59
  • 1
    \$\begingroup\$ @xnor Thank you for pointing that out. I've added a clause to permit such failures. \$\endgroup\$ Commented Oct 13, 2019 at 7:38