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

Amortized Analysis of Algorithms for Set Union with Backtracking. Revision

TL;DR: In this article, a variant of the classical disjoint set union (equivalence) problem was studied in which an extra operation, called deunion, can undo the most recently performed union operation not yet undone.

Finding a Maximum Clique.

TL;DR: In this paper, an algorithm for finding a maximum clique in an arbitrary graph is described, which has a worst-case time bound of k(1.286) sup N for some constant k, where n is the number of vertices in the graph.
Journal ArticleDOI

Purely functional, real-time deques with catenation

TL;DR: A key idea used in the result is an algorithmic technique related to the redundant digital representations used to avoid carry propagation in binary counting.

Solving path problems on directed graphs.

TL;DR: An axiom system for path problems on directed graphs which are solvable by a method similar to Gaussian elimination is given, and a decomposition method which solves a path problem by breaking it into subproblems, solving each subproblem by elimination, and combining the solutions is presented.