Meta Interview Question

Write a function to check if polygon is simple based on given list of points.

Interview Answer

Anonymous

Aug 28, 2012

Run a sweep to check for intersections

1