scispace - formally typeset
M

Martin Farach-Colton

Researcher at Rutgers University

Publications -  161
Citations -  7230

Martin Farach-Colton is an academic researcher from Rutgers University. The author has contributed to research in topics: Computer science & Data structure. The author has an hindex of 33, co-authored 148 publications receiving 6557 citations. Previous affiliations of Martin Farach-Colton include Google & Bell Labs.

Papers
More filters
Journal ArticleDOI

Finding Frequent Items in Data Streams

TL;DR: This work presents a 1-pass algorithm for estimating the most frequent items in a data stream using limited storage space, which achieves better space bounds than the previously known best algorithms for this problem for several natural distributions on the item frequencies.
Book ChapterDOI

The LCA Problem Revisited

TL;DR: A very simple algorithm for the Least Common Ancestors problem is presented, dispelling the frequently held notion that optimal LCA computation is unwieldy and unimplementable.
Journal ArticleDOI

NOTUNG: a program for dating gene duplications and optimizing gene family trees.

TL;DR: A program called NOTUNG is described that facilitates large scale analysis, using both rooted and unrooted trees, and provides a basic building block for inferring duplication dates from gene trees automatically and can be used as an exploratory analysis tool for evaluating alternative hypotheses.
Journal ArticleDOI

On the sorting-complexity of suffix tree construction

TL;DR: A recursive technique for building suffix trees that yields optimal algorithms in different computational models that match the sorting lower bound and for an alphabet consisting of integers in a polynomial range the authors get the first known linear-time algorithm.
Journal ArticleDOI

Lowest common ancestors in trees and directed acyclic graphs

TL;DR: The problem of finding lowest common ancestors (LCA) in trees and directed acyclic graphs (DAGs) is extended to DAGs and a close relationship between the LCA, all-pairs-shortest-path, and transitive-closure problems is revealed.