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
Posted Content

Finding Dominators via Disjoint Set Union

TL;DR: This work develops an algorithm for finding dominators that uses only a ''static tree'' disjoint set data structure in addition to simple lists and maps, and gives several versions of the algorithm, including one that computes loop nesting information and that can be made self-certifying, so that the correctness of the computed dominators is very easy to verify.
Posted Content

Fibonacci Heaps Revisited

TL;DR: This work proposes a version of the Fibonacci heap with the following improvements over the original: each heap is represented by a single heap-ordered tree, instead of a set of trees, and each decrease-key operation does only one cut and a cascade of rank changes.
Book ChapterDOI

A Linear Time Algorithm to Solve the Single Function Coarsest Partition Problem

TL;DR: A new algorithm to solve the single function coarsest partition problem in O(n) time and space using a different, constructive approach is presented.
Proceedings ArticleDOI

Connected Components on a PRAM in Log Diameter Time

TL;DR: In this paper, the authors presented an O(log d + log logm/n n n)-time randomized PRAM algorithm for computing the connected components of an n-vertex, m-edge undirected graph with maximum component diameter d. The algorithm runs on an ARBITRARY CRCW (concurrent-read, concurrent-write with arbitrary write resolution) PRAM using O(m) processors.
Book ChapterDOI

Optimal parallel verification of minimum spanning trees in logarithmic time

TL;DR: Algorithms for verification and sensitivity analysis of minimum spanning trees are presented and are optimal; however, the exact bound on the number of processors for deterministic sensitivity analysis is not known.