scispace - formally typeset
J

John Iacono

Researcher at Université libre de Bruxelles

Publications -  174
Citations -  2286

John Iacono is an academic researcher from Université libre de Bruxelles. The author has contributed to research in topics: Data structure & Amortized analysis. The author has an hindex of 24, co-authored 170 publications receiving 2130 citations. Previous affiliations of John Iacono include New York University & Aarhus University.

Papers
More filters
Book ChapterDOI

Key Independent Optimality

John Iacono
TL;DR: It is shown that any data structure that is key-independently optimal is expected to execute any access sequence where the key values are assigned arbitrarily to unordered data as fast as any offline binary search tree algorithm, within a multiplicative constant.
Proceedings Article

Packing 2 × 2 unit squares into grid polygons is NP-complete

TL;DR: This paper is devoted to proving the 2 × 2 packing problem is in NP, and thus, combined with the work of [3] proves NP -completeness for the first time.
Journal ArticleDOI

Worst-Case Optimal Tree Layout in External Memory

TL;DR: In this paper, the optimal number of memory transfers for a fixed-topology binary tree of N nodes into external memory with block size B to minimize the worst-case number of block memory transfers required to traverse a path from the root to a node of depth D was studied.
Book ChapterDOI

Competitive online search trees on trees

TL;DR: In this paper, the authors considered the design of adaptive data structures for searching elements of a tree-structured space and proposed an online O(log log n)-competitive search tree data structure.
Journal ArticleDOI

The Power and Limitations of Static Binary Search Trees with Lazy Finger

TL;DR: A non-entropy based asymptotically-tight expression for the runtime of the optimal lazy finger trees is derived, and a dynamic programming-based method is presented to compute the optimal tree.