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

アイテム詳細


公開

学術論文

Dynamic Binary Search

MPS-Authors
/persons/resource/persons45021

Mehlhorn,  Kurt
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
引用

Mehlhorn, K. (1979). Dynamic Binary Search. SIAM Journal on Computing, 8(2), 175-198. doi:10.1137/0208014.


引用: https://hdl.handle.net/11858/00-001M-0000-0014-AF76-5
要旨
We consider search trees under time-varying access probabilities. Let $S = \{
B_1 , \cdots ,B_n \} $ and let $p_i^t $ be the number of accesses to object
$B_i $ up to time $t$, $W^t = \sum {p_i^t } $. We introduce D-trees with the
following properties.1) A search for $X = B_i $ at time $t$ takes time $O(\log
W^t /p_i^t )$. This is nearly optimal.2) Update time after a search is at most
proportional to search time, i.e. the overhead for administration is small.