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!
==== Geometric query problems <span class="anchor" id="Query"></span><span class="anchor" id="Search"></span> ==== {{see also|Spatial query}} In ''geometric query problems'', commonly known as ''geometric search problems'', the input consists of two parts: the search space part and the [[query (complexity)|query]] part, which varies over the problem instances. The search space typically needs to be [[data pre-processing|preprocessed]], in a way that multiple queries can be answered efficiently. Some fundamental geometric query problems are: * [[Range searching]]: Preprocess a set of points, in order to efficiently count the number of points inside a query region. * [[Point location problem]]: Given a partitioning of the space into cells, produce a data structure that efficiently tells in which cell a query point is located. * [[nearest neighbour search|Nearest neighbor]]: Preprocess a set of points, in order to efficiently find which point is closest to a query point. * [[Ray tracing (graphics)|Ray tracing]]: Given a set of objects in space, produce a data structure that efficiently tells which object a query ray intersects first. If the search space is fixed, the computational complexity for this class of problems is usually estimated by: * the time and space required to construct the data structure to be searched in * the time (and sometimes an extra space) to answer queries. For the case when the search space is allowed to vary, see ''{{slink|#Dynamic problems}}''.
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