日本語
 
Help Privacy Policy ポリシー/免責事項
  詳細検索ブラウズ

アイテム詳細


公開

学位論文

Orthogonal Range Searching

MPS-Authors
/persons/resource/persons45623

Tiwary,  Hans Raj
Algorithms and Complexity, MPI for Informatics, Max Planck Society;

External Resource
There are no locators available
Fulltext (restricted access)
There are currently no full texts shared for your IP range.
フルテキスト (公開)
公開されているフルテキストはありません
付随資料 (公開)
There is no public supplementary material available
引用

Tiwary, H. R. (2003). Orthogonal Range Searching. Master Thesis, Universität des Saarlandes, Saarbrücken.


引用: https://hdl.handle.net/11858/00-001M-0000-0027-F85D-6
要旨
Orthogonal range searches arise in many areas of application, most often, in
database queries. Many techniques have been developed for this problem and
related geometric search problems where the points are replaced by general
objects like simplices, discs etc. This report is a brief study of some of the
techniques developed and how they can be plugged together to give various
solutions for this problem. The motivation for this study was to find a general
method to solve this problem in time O(log n) and space O (npolylog n) where
the dependency on the dimension affects only the constant in the query time and
the polylogarithmic factor in the space complexity. The study hasn't led to any
such algorithm so far but it helps us to see the common thread in some of the
structures and tools available in the study of algorithms. Interestingly, some
of these structures and tools were proposed for quite other purposes than
answering Orthogonal Range Queries. A small part of the thesis also deals with
Dominance Queries because of their close relation to the Orthogonal Range
Queries in terms of both problem definition and solution.