Sciweavers

WAE
2001

Experiences with the Design and Implementation of Space-Efficient Deques

13 years 5 months ago
Experiences with the Design and Implementation of Space-Efficient Deques
Abstract. A new realization of a space-efficient deque is presented. The data structure is constructed from three singly resizable arrays, each of which is a blockwiseallocated pile (a heap without the order property). The data structure is easily explainable provided that one knows the classical heap concept. All core deque operations are performed in O(1) time in the worst case. Also, general modifying operations are provided which run in O( n) time if the structure contains n elements. Experiences with an implementation of the data structure shows that, compared to an existing library implementation, the constants for some of the operations are unfavourably high, whereas others show improved running times.
Jyrki Katajainen, Bjarke Buur Mortensen
Added 31 Oct 2010
Updated 31 Oct 2010
Type Conference
Year 2001
Where WAE
Authors Jyrki Katajainen, Bjarke Buur Mortensen
Comments (0)