scispace - formally typeset
R

Robert E. Tarjan

Researcher at Princeton University

Publications -  408
Citations -  70538

Robert E. Tarjan is an academic researcher from Princeton University. The author has contributed to research in topics: Time complexity & Spanning tree. The author has an hindex of 114, co-authored 400 publications receiving 67305 citations. Previous affiliations of Robert E. Tarjan include AT&T & Massachusetts Institute of Technology.

Papers
More filters
Book ChapterDOI

CBTree: a practical concurrent self-adjusting search tree

TL;DR: The CBTree is presented, a new counting-based self-adjusting binary search tree that moves more frequently accessed nodes closer to the root that improves performance compared to existing concurrent search trees on non-uniform access sequences derived from real workloads.
Journal ArticleDOI

A New Approach to Incremental Cycle Detection and Related Problems

TL;DR: This work considers the problem of detecting a cycle in a directed graph that grows by arc insertions and the related problems of maintaining a topological order and the strong components of such a graph, and gives two algorithms, one suited to sparse graphs, the other to dense graphs.
Proceedings ArticleDOI

Finding minimum spanning forests in logarithmic time and linear work using random sampling

TL;DR: A randomized c’RC\Y PRALI algorithm that finds a minimum spanning forest of an n-vertex graph in O(log n ) time and linear work is described, which shaves a factor of off the best previous running time for a linear-work algorithm.
Journal ArticleDOI

A simple version of Karzanov's blocking flow algorithm

TL;DR: This paper proposes a simplification of Karzanov's algorithm that is easier to implement than Malhotra, Kumar and Maheshwari's method.
Journal ArticleDOI

Use of dynamic trees in a network simplex algorithm for the maximum flow problem

TL;DR: This paper describes how to extend the dynamic tree data structure of Sleator and Tarjan (1983, 1985) to reduce the running time of this algorithm to O(nm logn), less than a logarithmic factor larger than those of the fastest known algorithms for the problem.