已知删除顺序的完全动态到增量的缩减(例如滑动窗口)

Binghui Peng, A. Rubinstein
{"title":"已知删除顺序的完全动态到增量的缩减(例如滑动窗口)","authors":"Binghui Peng, A. Rubinstein","doi":"10.48550/arXiv.2211.05178","DOIUrl":null,"url":null,"abstract":"Dynamic algorithms come in three main flavors: $\\mathit{incremental}$ (insertions-only), $\\mathit{decremental}$ (deletions-only), or $\\mathit{fully}$ $\\mathit{dynamic}$ (both insertions and deletions). Fully dynamic is the holy grail of dynamic algorithm design; it is obviously more general than the other two, but is it strictly harder? Several works managed to reduce fully dynamic to the incremental or decremental models by taking advantage of either specific structure of the incremental/decremental algorithms (e.g. [HK99, HLT01, BKS12, ADKKP16, BS80, OL81, OvL81]), or specific order of insertions/deletions (e.g. [AW14,HKNS15,KPP16]). Our goal in this work is to get a black-box fully-to-incremental reduction that is as general as possible. We find that the following conditions are necessary: $\\bullet$ The incremental algorithm must have a worst-case (rather than amortized) running time guarantee. $\\bullet$ The reduction must work in what we call the $\\mathit{deletions}$-$\\mathit{look}$-$\\mathit{ahead}$ $\\mathit{model}$, where the order of deletions among current elements is known in advance. A notable practical example is the\"sliding window\"(FIFO) order of updates. Under those conditions, we design: $\\bullet$ A simple, practical, amortized-fully-dynamic to worst-case-incremental reduction with a $\\log(T)$-factor overhead on the running time, where $T$ is the total number of updates. $\\bullet$ A theoretical worst-case-fully-dynamic to worst-case-incremental reduction with a $\\mathsf{polylog}(T)$-factor overhead on the running time.","PeriodicalId":93491,"journal":{"name":"Proceedings of the SIAM Symposium on Simplicity in Algorithms (SOSA)","volume":"42 1","pages":"261-271"},"PeriodicalIF":0.0000,"publicationDate":"2022-11-09","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":"2","resultStr":"{\"title\":\"Fully-dynamic-to-incremental reductions with known deletion order (e.g. sliding window)\",\"authors\":\"Binghui Peng, A. Rubinstein\",\"doi\":\"10.48550/arXiv.2211.05178\",\"DOIUrl\":null,\"url\":null,\"abstract\":\"Dynamic algorithms come in three main flavors: $\\\\mathit{incremental}$ (insertions-only), $\\\\mathit{decremental}$ (deletions-only), or $\\\\mathit{fully}$ $\\\\mathit{dynamic}$ (both insertions and deletions). Fully dynamic is the holy grail of dynamic algorithm design; it is obviously more general than the other two, but is it strictly harder? Several works managed to reduce fully dynamic to the incremental or decremental models by taking advantage of either specific structure of the incremental/decremental algorithms (e.g. [HK99, HLT01, BKS12, ADKKP16, BS80, OL81, OvL81]), or specific order of insertions/deletions (e.g. [AW14,HKNS15,KPP16]). Our goal in this work is to get a black-box fully-to-incremental reduction that is as general as possible. We find that the following conditions are necessary: $\\\\bullet$ The incremental algorithm must have a worst-case (rather than amortized) running time guarantee. $\\\\bullet$ The reduction must work in what we call the $\\\\mathit{deletions}$-$\\\\mathit{look}$-$\\\\mathit{ahead}$ $\\\\mathit{model}$, where the order of deletions among current elements is known in advance. A notable practical example is the\\\"sliding window\\\"(FIFO) order of updates. Under those conditions, we design: $\\\\bullet$ A simple, practical, amortized-fully-dynamic to worst-case-incremental reduction with a $\\\\log(T)$-factor overhead on the running time, where $T$ is the total number of updates. $\\\\bullet$ A theoretical worst-case-fully-dynamic to worst-case-incremental reduction with a $\\\\mathsf{polylog}(T)$-factor overhead on the running time.\",\"PeriodicalId\":93491,\"journal\":{\"name\":\"Proceedings of the SIAM Symposium on Simplicity in Algorithms (SOSA)\",\"volume\":\"42 1\",\"pages\":\"261-271\"},\"PeriodicalIF\":0.0000,\"publicationDate\":\"2022-11-09\",\"publicationTypes\":\"Journal Article\",\"fieldsOfStudy\":null,\"isOpenAccess\":false,\"openAccessPdf\":\"\",\"citationCount\":\"2\",\"resultStr\":null,\"platform\":\"Semanticscholar\",\"paperid\":null,\"PeriodicalName\":\"Proceedings of the SIAM Symposium on Simplicity in Algorithms (SOSA)\",\"FirstCategoryId\":\"1085\",\"ListUrlMain\":\"https://doi.org/10.48550/arXiv.2211.05178\",\"RegionNum\":0,\"RegionCategory\":null,\"ArticlePicture\":[],\"TitleCN\":null,\"AbstractTextCN\":null,\"PMCID\":null,\"EPubDate\":\"\",\"PubModel\":\"\",\"JCR\":\"\",\"JCRName\":\"\",\"Score\":null,\"Total\":0}","platform":"Semanticscholar","paperid":null,"PeriodicalName":"Proceedings of the SIAM Symposium on Simplicity in Algorithms (SOSA)","FirstCategoryId":"1085","ListUrlMain":"https://doi.org/10.48550/arXiv.2211.05178","RegionNum":0,"RegionCategory":null,"ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":null,"EPubDate":"","PubModel":"","JCR":"","JCRName":"","Score":null,"Total":0}
引用次数: 2

摘要

动态算法有三种主要形式:$\mathit{增量}$(仅限插入)、$\mathit{递减}$(仅限删除)或$\mathit{完全}$ $\mathit{动态}$(包括插入和删除)。完全动态是动态算法设计的圣杯;它显然比其他两个更普遍,但严格来说它更难吗?一些研究通过利用增量/递减算法的特定结构(例如[HK99, HLT01, BKS12, ADKKP16, BS80, OL81, OvL81])或特定的插入/删除顺序(例如[AW14,HKNS15,KPP16]),成功地将完全动态还原为增量或递减模型。我们在这项工作中的目标是获得一个尽可能通用的从完全到增量的黑盒缩减。我们发现以下条件是必要的:增量算法必须有最坏情况(而不是平摊)运行时间保证。约简必须在我们所说的$\mathit{deletions}$-$\mathit{look}$-$\mathit{ahead}$ $\mathit{model}$中进行,其中当前元素之间的删除顺序是预先知道的。一个值得注意的实际例子是更新的“滑动窗口”(FIFO)顺序。在这些条件下,我们设计:一个简单的,实用的,平摊的,完全动态的最坏情况下的增量减少,在运行时间上有$\log(T)$因素开销,其中$T$是更新的总数。一个理论上的最坏情况-全动态到最坏情况-增量缩减,在运行时间上使用$\mathsf{polylog}(T)$-因子开销。
本文章由计算机程序翻译,如有差异,请以英文原文为准。
Fully-dynamic-to-incremental reductions with known deletion order (e.g. sliding window)
Dynamic algorithms come in three main flavors: $\mathit{incremental}$ (insertions-only), $\mathit{decremental}$ (deletions-only), or $\mathit{fully}$ $\mathit{dynamic}$ (both insertions and deletions). Fully dynamic is the holy grail of dynamic algorithm design; it is obviously more general than the other two, but is it strictly harder? Several works managed to reduce fully dynamic to the incremental or decremental models by taking advantage of either specific structure of the incremental/decremental algorithms (e.g. [HK99, HLT01, BKS12, ADKKP16, BS80, OL81, OvL81]), or specific order of insertions/deletions (e.g. [AW14,HKNS15,KPP16]). Our goal in this work is to get a black-box fully-to-incremental reduction that is as general as possible. We find that the following conditions are necessary: $\bullet$ The incremental algorithm must have a worst-case (rather than amortized) running time guarantee. $\bullet$ The reduction must work in what we call the $\mathit{deletions}$-$\mathit{look}$-$\mathit{ahead}$ $\mathit{model}$, where the order of deletions among current elements is known in advance. A notable practical example is the"sliding window"(FIFO) order of updates. Under those conditions, we design: $\bullet$ A simple, practical, amortized-fully-dynamic to worst-case-incremental reduction with a $\log(T)$-factor overhead on the running time, where $T$ is the total number of updates. $\bullet$ A theoretical worst-case-fully-dynamic to worst-case-incremental reduction with a $\mathsf{polylog}(T)$-factor overhead on the running time.
求助全文
通过发布文献求助,成功后即可免费获取论文全文。 去求助
来源期刊
自引率
0.00%
发文量
0
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
确定
请完成安全验证×
copy
已复制链接
快去分享给好友吧!
我知道了
右上角分享
点击右上角分享
0
联系我们:info@booksci.cn Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。 Copyright © 2023 布克学术 All rights reserved.
京ICP备2023020795号-1
ghs 京公网安备 11010802042870号
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术官方微信