English

On a New Method of Storing a Variable Size Array

Data Structures and Algorithms 2012-03-23 v1

Abstract

This paper introduces a new data structure, log_vector, with the following properties: constant time random access to individual elements; constant time element addition to the end; constant time element removal from the end; constant time empty data structure creation; amortized constant space per individual elements; constant additional space used.

Cite

@article{arxiv.1203.4836,
  title  = {On a New Method of Storing a Variable Size Array},
  author = {Anatolijs Gorbunovs},
  journal= {arXiv preprint arXiv:1203.4836},
  year   = {2012}
}
R2 v1 2026-06-21T20:38:01.781Z