Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Special pages
Niidae Wiki
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Computational geometry
(section)
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
==== Static problem ==== In the problems of this category, some input is given and the corresponding output needs to be constructed or found. Some fundamental problems of this type are: * [[Convex hull]]: Given a set of points, find the smallest convex polyhedron/polygon containing all the points. * [[Line segment intersection]]: Find the intersections between a given set of line segments. * [[Delaunay triangulation]] * [[Voronoi diagram]]: Given a set of points, partition the space according to which points are closest to the given points. * [[Linear programming]] * [[Closest pair of points]]: Given a set of points, find the two with the smallest distance from each other. * Farthest pair of points * [[Largest empty circle]]: Given a set of points, find a largest circle with its center inside of their convex hull and enclosing none of them. * [[Euclidean shortest path]]: Connect two points in a Euclidean space (with polyhedral obstacles) by a shortest path. * [[Polygon triangulation]]: Given a polygon, partition its interior into triangles * [[Mesh generation]] * [[Boolean operations on polygons]] The computational complexity for this class of problems is estimated by the time and space (computer memory) required to solve a given problem instance.
Summary:
Please note that all contributions to Niidae Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Encyclopedia:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Search
Search
Editing
Computational geometry
(section)
Add topic