Sciweavers

12 search results - page 1 / 3
» Succinct Dynamic Dictionaries and Trees
Sort
View
73
Voted
ICALP
2003
Springer
15 years 3 months ago
Succinct Dynamic Dictionaries and Trees
Rajeev Raman, S. Srinivasa Rao
SODA
2010
ACM
200views Algorithms» more  SODA 2010»
15 years 7 months ago
Fully-Functional Succinct Trees
We propose new succinct representations of ordinal trees, which have been studied extensively. It is known that any n-node static tree can be represented in 2n + o(n) bits and a l...
Kunihiko Sadakane, Gonzalo Navarro
100
Voted
ICALP
2009
Springer
15 years 10 months ago
Dynamic Succinct Ordered Trees
Abstract. We study the problem of maintaining a dynamic tree succinctly, in 2n + o(n) bits, under updates of the following form: insertion or deletion of a leaf, insertion of a nod...
Arash Farzan, J. Ian Munro
SODA
2001
ACM
144views Algorithms» more  SODA 2001»
14 years 11 months ago
Representing dynamic binary trees succinctly
We introduce a new updatable representation ofbinary trees. The structure requires the information theoretic minimum 2n + o(n) bits and supports basic navigational operations in c...
J. Ian Munro, Venkatesh Raman, Adam J. Storm
CPM
2008
Springer
134views Combinatorics» more  CPM 2008»
15 years 3 days ago
An Improved Succinct Representation for Dynamic k-ary Trees
Abstract. k-ary trees are a fundamental data structure in many textprocessing algorithms (e.g., text searching). The traditional pointer-based representation of trees is space cons...
Diego Arroyuelo