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
Proceedings ArticleDOI

A Randomized Concurrent Algorithm for Disjoint Set Union

TL;DR: This work extends a known efficient sequential algorithm for joint set union to obtain a simple and efficient concurrent wait-free algorithm running on an asynchronous parallel random access machine (APRAM).
Journal ArticleDOI

Polygon triangulation inO(n log logn) time with simple data structures

TL;DR: A newO(n log logn)-time deterministic algorithm for triangulating simplen-vertex polygons, which avoids the use of complicated data structures and has other interesting applications, including a linear-time algorithm to convert a Steiner triangulation of a polygon into a true triangulations.
Proceedings ArticleDOI

Design of data structures for mergeable trees

TL;DR: A novel variant of the problem of efficiently maintaining dynamic rooted trees, which allows an operation that merges two tree paths, is considered and a data structure is developed that supports merges and all other standard tree operations in O(log2 n) amortized time on an n-node forest.
Journal ArticleDOI

Computing Minimal Spanning Subgraphs in Linear Time

TL;DR: In this article, the worst-case running time of these algorithms was shown to be O(m+n \log n) for 2-edge-connectivity and biconnectivity.
Posted Content

A Randomized Concurrent Algorithm for Disjoint Set Union

TL;DR: For the disjoint set union problem, Anderson and Woll as mentioned in this paper proposed a simple and efficient concurrent wait-free algorithm running on an asynchronous parallel random access machine (APRAM).