{"id":{"repo_id":"uiuc","oai_identifier":"oai:www.ideals.illinois.edu:2142/66456"},"canonical_url":"https://search.dev.ndltd.org/etd/uiuc/oai:www.ideals.illinois.edu:2142/66456","repository":{"repo_id":"uiuc","name":"University of Illinois - Urbana-Champaign","base_url":"https://www.ideals.illinois.edu/oai-pmh"},"display":{"title":"Topics in Computational Geometry","abstract":"Computational geometry is the branch of complexity theory that deals with geometrical problems, and has received much attention in recent years. Presented here are analyses of algorithms and complexity results for certain geometrical problems.","abstract_html":"Computational geometry is the branch of complexity theory that deals with geometrical problems, and has received much attention in recent years. Presented here are analyses of algorithms and complexity results for certain geometrical problems.","abstract_has_math":false,"creators":["Supowit, Kenneth Jay"],"institution":"University of Illinois at Urbana-Champaign","degree_name":"Ph.D.","degree_level":"Dissertation","degree_discipline":"Computer Science","degree_department":null,"school":null,"contributors":[],"advisors":[],"committee_chairs":[],"committee_members":[],"year":2014,"date_issued":"2014-12-13T18:02:24Z","date_published":"2014-12-13T18:02:24Z","updated_at":"2026-07-22T22:25:56Z","subjects":["Computer Science"],"languages":["eng"],"rights":[],"rights_urls":[],"identifier_entries":[{"key":"dc:identifier","label":"Identifier","values":["(UMI)AAI8127711"],"render_values":[{"text":"(UMI)AAI8127711","href":null,"code":true}]}]},"links":{"outbound_url":"http://hdl.handle.net/2142/66456","outbound_label":"Handle","outbound_source":"dc:identifier"},"metadata_groups":[{"id":"people","label":"People","entries":[{"key":"dc:creator","label":"Author","values":["Supowit, Kenneth Jay"]}]},{"id":"academic_context","label":"Academic Context","entries":[{"key":"dc:date","label":"Dc Date","values":["2014-12-13T18:02:24Z","10000-01-01","1981"]},{"key":"dc:type","label":"Dc Type","values":["text"]},{"key":"thesis:degree_discipline","label":"Discipline","values":["Computer Science"]},{"key":"thesis:degree_level","label":"Degree Level","values":["Dissertation"]},{"key":"thesis:degree_name","label":"Degree Name","values":["Ph.D."]},{"key":"thesis:institution_name","label":"Thesis Institution Name","values":["University of Illinois at Urbana-Champaign"]}]},{"id":"subjects_keywords","label":"Subjects and Keywords","entries":[{"key":"dc:subject","label":"Dc Subject","values":["Computer Science"]}]},{"id":"language_rights","label":"Language and Rights","entries":[{"key":"dc:language","label":"Dc Language","values":["eng"]}]},{"id":"identifiers","label":"Identifiers","entries":[{"key":"dc:identifier","label":"Identifier","values":["http://hdl.handle.net/2142/66456","(UMI)AAI8127711"]}]},{"id":"additional","label":"Additional Metadata","entries":[{"key":"dc:description","label":"Description","values":["Computational geometry is the branch of complexity theory that deals with geometrical problems, and has received much attention in recent years. Presented here are analyses of algorithms and complexity results for certain geometrical problems.","In Chapter 2, we consider the problems of finding a minimum weighted matching and a minimum traveling salesman tour of n points in a unit square in the plane. We present and analyze the performance of certain fast heuristics for these two problems. The performance of a heuristic for the matching (traveling salesman) problem is defined as the worst-case length of the matching (resp. tour) that it produces. Among the results of Chapter 2 is the rather surprising fact that for each of these two problems, there exists an O(n log n) time heuristic whose performance is, neglecting lower order terms, as low as possible.","Chapter 3 concerns the computation of the relative neighborhood graph (RNG) of a finite set V of n points in Euclidean space. The RNG, like the minimum spanning tree, is a graph having V as its set of vertices, and has applications for syntactic pattern recognition. The main results of Chapter 3 are: (1) the RNG of n points in the plane can be found in O(n log n) time, which is optimal to within a multiplicative constant. (2) The RNG of the vertices of a convex, n-vertex polygon can be found in O(n) time, given the vertices in sorted clockwise order. (3) Under the assumption that no three input points form an isosceles triangle the RNG of n points in d-dimensional space can be found in O(n('2)) time for fixed d (GREATERTHEQ) 3.","The fastest algorithm previously known for the RNG problem in the plane requires (theta)(n('2)) time, and that for dimensions 3 and higher requires (theta)(n('3)) time. The result (2) implies that also the minimum spanning tree of the vertices of an n-vertex convex polygon can be found in O(n) time.","In Chapter 4, we consider various geometric covering problems; in particular, problems whose input is a finite set of points in Euclidean space and whose output is a set of balls whose union contains the input points. In Section 4.2 we present and analyze a heuristic technique, which we call the grid heuristic, that can be applied to a wide class of covering problems, among them the Smallest Bomb Problem, the Smallest Enclosing Circle Problem, and the Largest Empty Circle problem. For each of these problems, we show that for each fixed integer d, the grid heuristic for the problem in d-dimensional space is very fast and has very good performance, where the performance of a heuristic is defined as the worst-case ratio between the heuristic's solution and the optimal solution.","In Section 4.3, we show several point covering problems to beNP-hard, including the k-Police Station Problem. In fact, we showthat it is NP-hard even to approximate that problem sufficientlyclosely; more precisely, if P (NOT=) NP then there is no polynomial timealgorithm for the k-Police Station Problem whose output is alwayswithin a factor of 2/SQRT.(3(' )(TURNEQ)(' )1.15 of the optimal.","Made available in DSpace on 2014-12-13T18:02:24Z (GMT). No. of bitstreams: 1 8127711.pdf: 4367036 bytes, checksum: 5bc4224542aef470b15e896e905641d4 (MD5) Previous issue date: 1981","Embargo set by: Seth Robbins for item 66634 Lift date: Forever Reason: Restricted to the U of I community idenfinitely during batch ingest of legacy ETDs","Restricted to the U of I community idenfinitely during batch ingest of legacy ETDs","U of I Only","187 p.","Thesis (Ph.D.)--University of Illinois at Urbana-Champaign, 1981."]},{"key":"dc:title","label":"Title","values":["Topics in Computational Geometry"]}]}],"canonical_facts":{"dc:creator":["Supowit, Kenneth Jay"],"dc:date":["2014-12-13T18:02:24Z","10000-01-01","1981"],"dc:description":["Computational geometry is the branch of complexity theory that deals with geometrical problems, and has received much attention in recent years. Presented here are analyses of algorithms and complexity results for certain geometrical problems.","In Chapter 2, we consider the problems of finding a minimum weighted matching and a minimum traveling salesman tour of n points in a unit square in the plane. We present and analyze the performance of certain fast heuristics for these two problems. The performance of a heuristic for the matching (traveling salesman) problem is defined as the worst-case length of the matching (resp. tour) that it produces. Among the results of Chapter 2 is the rather surprising fact that for each of these two problems, there exists an O(n log n) time heuristic whose performance is, neglecting lower order terms, as low as possible.","Chapter 3 concerns the computation of the relative neighborhood graph (RNG) of a finite set V of n points in Euclidean space. The RNG, like the minimum spanning tree, is a graph having V as its set of vertices, and has applications for syntactic pattern recognition. The main results of Chapter 3 are: (1) the RNG of n points in the plane can be found in O(n log n) time, which is optimal to within a multiplicative constant. (2) The RNG of the vertices of a convex, n-vertex polygon can be found in O(n) time, given the vertices in sorted clockwise order. (3) Under the assumption that no three input points form an isosceles triangle the RNG of n points in d-dimensional space can be found in O(n('2)) time for fixed d (GREATERTHEQ) 3.","The fastest algorithm previously known for the RNG problem in the plane requires (theta)(n('2)) time, and that for dimensions 3 and higher requires (theta)(n('3)) time. The result (2) implies that also the minimum spanning tree of the vertices of an n-vertex convex polygon can be found in O(n) time.","In Chapter 4, we consider various geometric covering problems; in particular, problems whose input is a finite set of points in Euclidean space and whose output is a set of balls whose union contains the input points. In Section 4.2 we present and analyze a heuristic technique, which we call the grid heuristic, that can be applied to a wide class of covering problems, among them the Smallest Bomb Problem, the Smallest Enclosing Circle Problem, and the Largest Empty Circle problem. For each of these problems, we show that for each fixed integer d, the grid heuristic for the problem in d-dimensional space is very fast and has very good performance, where the performance of a heuristic is defined as the worst-case ratio between the heuristic's solution and the optimal solution.","In Section 4.3, we show several point covering problems to beNP-hard, including the k-Police Station Problem. In fact, we showthat it is NP-hard even to approximate that problem sufficientlyclosely; more precisely, if P (NOT=) NP then there is no polynomial timealgorithm for the k-Police Station Problem whose output is alwayswithin a factor of 2/SQRT.(3(' )(TURNEQ)(' )1.15 of the optimal.","Made available in DSpace on 2014-12-13T18:02:24Z (GMT). No. of bitstreams: 1 8127711.pdf: 4367036 bytes, checksum: 5bc4224542aef470b15e896e905641d4 (MD5) Previous issue date: 1981","Embargo set by: Seth Robbins for item 66634 Lift date: Forever Reason: Restricted to the U of I community idenfinitely during batch ingest of legacy ETDs","Restricted to the U of I community idenfinitely during batch ingest of legacy ETDs","U of I Only","187 p.","Thesis (Ph.D.)--University of Illinois at Urbana-Champaign, 1981."],"dc:identifier":["http://hdl.handle.net/2142/66456","(UMI)AAI8127711"],"dc:language":["eng"],"dc:subject":["Computer Science"],"dc:title":["Topics in Computational Geometry"],"dc:type":["text"],"thesis:degree_discipline":["Computer Science"],"thesis:degree_level":["Dissertation"],"thesis:degree_name":["Ph.D."],"thesis:institution_name":["University of Illinois at Urbana-Champaign"]},"updated_at":"2026-07-22T22:25:56Z"}