scispace - formally typeset
D

Daniel D. Sleator

Researcher at Carnegie Mellon University

Publications -  54
Citations -  13899

Daniel D. Sleator is an academic researcher from Carnegie Mellon University. The author has contributed to research in topics: Competitive analysis & Amortized analysis. The author has an hindex of 34, co-authored 54 publications receiving 13355 citations. Previous affiliations of Daniel D. Sleator include Princeton University & Alcatel-Lucent.

Papers
More filters
Journal ArticleDOI

Amortized efficiency of list update and paging rules

TL;DR: This article shows that move-to-front is within a constant factor of optimum among a wide class of list maintenance rules, and analyzes the amortized complexity of LRU, showing that its efficiency differs from that of the off-line paging rule by a factor that depends on the size of fast memory.
Journal ArticleDOI

Self-adjusting binary search trees

TL;DR: The splay tree, a self-adjusting form of binary search tree, is developed and analyzed and is found to be as efficient as balanced trees when total running time is the measure of interest.
Journal ArticleDOI

A data structure for dynamic trees

TL;DR: An O(mn log n)-time algorithm is obtained to find a maximum flow in a network of n vertices and m edges, beating by a factor of log n the fastest algorithm previously known for sparse graphs.
Proceedings ArticleDOI

Making data structures persistent

TL;DR: This paper develops simple, systematic, and efficient techniques for making linked data structures persistent, and uses them to devise persistent forms of binary search trees with logarithmic access, insertion, and deletion times and O (1) space bounds for insertion and deletion.
Posted Content

Parsing English with a Link Grammar

TL;DR: This article developed a formal grammatical system called a link grammar and showed how English grammar can be encoded in such a system, and gave algorithms for efficiently parsing with a link grammars.