FULLY PERSISTENT LISTS WITH CATENATION

Citation
Jr. Driscoll et al., FULLY PERSISTENT LISTS WITH CATENATION, Journal of the Association for Computing Machinery, 41(5), 1994, pp. 943-959
Citations number
23
Categorie Soggetti
Computer Sciences","Computer Science Hardware & Architecture
Journal title
Journal of the Association for Computing Machinery
ISSN journal
00045411 → ACNP
Volume
41
Issue
5
Year of publication
1994
Pages
943 - 959
Database
ISI
SICI code
Abstract
This paper considers the problem of representing stacks with catenatio n so that any stack, old or new, is available for access or update ope rations. This problem arises in the implementation of list-based and f unctional programming languages. A solution is proposed requiring cons tant time and space for each stack operation except catenation, which requires O(log log k) time and space. Here k is the number of stack op erations done before the catenation. All the resource bounds are amort ized over the sequence of operations.