Question: A simple polygon P is called star - shaped if there exists a point p in P such that for every point q in P
A simple polygon P is called starshaped if there exists a
point p in P such that for every point q in P the line segment pq lies in P Hence, p can see any point in
P by a line of sight entirely in P You are given a simple starshaped polygon P described as an array of n
vertices in counterclockwise order about P
i Suppose you know a point p that can see all of P Describe an algorithm that determines whether a
point q is in P in Olog n time with no preprocessing
ii Suppose you dont know a point p that can see all of P Describe an optimal algorithm for finding
one, and give its asymptotic running time. Hint: this is a oneliner.
iii Explain why no algorithm can find one faster, even if you know in advance that P is starshaped.
Hint: this is not a reduction from sorting. Show that the algorithm must examine the entire input or at
least some constant fraction of it A few examples where small differences between two starshaped
polygons lead to completely different answers will help your explanation.
iv Can your algorithm from part ii also determine whether a simple polygon P is starshaped? Can it
extend to threedimensional polyhedra, and if so what is the asymptotic running time of the extended
algorithm? Briefly justify your answers to both these questions
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
