{"title":"AVL-trees for localized search","authors":"Athanasios K. Tsakalidis","doi":"10.1016/S0019-9958(85)80034-6","DOIUrl":null,"url":null,"abstract":"<div><p>We present a data structure based on AVL-trees which allows an insertion or a deletion to be performed in time <em>O</em>(log <em>d</em>), where <em>d</em> is the distance of the position searched for from a finger which points to the end of the file. Moving a finger to a distance <em>d</em> costs <em>O</em>(log <em>d</em>). This result demonstrates the power of the <em>oldest basic</em> data structure, the AVL-tree. A special case of interest is an efficient implementation of searchable priority queues such that Deletemin requires only <em>constant</em> time.</p></div>","PeriodicalId":38164,"journal":{"name":"信息与控制","volume":"67 1","pages":"Pages 173-194"},"PeriodicalIF":0.0000,"publicationDate":"1985-10-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"https://sci-hub-pdf.com/10.1016/S0019-9958(85)80034-6","citationCount":"0","resultStr":null,"platform":"Semanticscholar","paperid":null,"PeriodicalName":"信息与控制","FirstCategoryId":"1093","ListUrlMain":"https://www.sciencedirect.com/science/article/pii/S0019995885800346","RegionNum":0,"RegionCategory":null,"ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":null,"EPubDate":"","PubModel":"","JCR":"Q4","JCRName":"Mathematics","Score":null,"Total":0}
引用次数: 0
Abstract
We present a data structure based on AVL-trees which allows an insertion or a deletion to be performed in time O(log d), where d is the distance of the position searched for from a finger which points to the end of the file. Moving a finger to a distance d costs O(log d). This result demonstrates the power of the oldest basic data structure, the AVL-tree. A special case of interest is an efficient implementation of searchable priority queues such that Deletemin requires only constant time.