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

Finding minimum-cost circulations by canceling negative cycles

TL;DR: It is shown that a judicious choice of cycles for canceling leads to a polynomial bound on the number of iterations in this algorithm, which is comparable to those of the fastest previously known algorithms.
Journal ArticleDOI

Enumeration of the Elementary Circuits of a Directed Graph

TL;DR: An algorithm to enumerate all the elementary circuits of a directed graph that uses back-tracking with lookahead to avoid unnecessary work and has a time bound of $O ((V+E)(C+1))$ when applied to a graph with V, vertices, edges, and elementary circuits.
Journal ArticleDOI

Bounds on Backtrack Algorithms for Listing Cycles, Paths, and Spanning Trees

TL;DR: Backtrack algorithms for listing certain kinds of subgraphs of a graph are described and analyzed and their applications are analyzed.
Journal ArticleDOI

A Unified Approach to Path Problems

TL;DR: The results provide a general-purpose algorithm for solving any path problem, and show that the problem of constructing path expressions is in some sense the most general path problem.
Journal ArticleDOI

The pairing heap: a new form of self-adjusting heap

TL;DR: A new form of heap is described, intended to be competitive with the Fibonacci heap in theory and easy to implement and fast in practice, and a partial complexity analysis of pairing heaps is provided.