On a Class of 3SUM-HARD problems in Computational Geometry
Ervin Ruci
Broschiertes Buch

On a Class of 3SUM-HARD problems in Computational Geometry

Cutting a polygon with a line

Versandkostenfrei!
Versandfertig in 6-10 Tagen
32,99 €
inkl. MwSt.
PAYBACK Punkte
16 °P sammeln!
Given a simple polygon P and an integer K 1, wewant to compute the set ofstraight lines in the Cartesian plane that cut thispolygon into exactly K simplepolygons. We call this set of lines a K-separator andcall this problem the K-separatorproblem.We present an algorithm that finds the K-separatorsof an n-vertex simple polygon,for all K 0, in O(n2) total time.We prove that the decision problem given an integer K 2 and an edge of thepolygon, is there a line through this edge that cutsthe polygon in exactly K pieces?, is3SUM-HARD. For the special case when K = 2, we showthat the decision problemc...