scispace - formally typeset
E

Edward M. Reingold

Researcher at Illinois Institute of Technology

Publications -  90
Citations -  9207

Edward M. Reingold is an academic researcher from Illinois Institute of Technology. The author has contributed to research in topics: Probabilistic analysis of algorithms & Majority problem. The author has an hindex of 25, co-authored 90 publications receiving 8544 citations. Previous affiliations of Edward M. Reingold include University of Illinois at Urbana–Champaign & Weizmann Institute of Science.

Papers
More filters
Journal ArticleDOI

Line drawing, leap years, and Euclid

TL;DR: Bresenham's algorithm minimizes error in drawing lines on integer grid points; leap year calculations, surprisingly, are a generalization.
Journal ArticleDOI

On the time required to detect cycles and connectivity in graphs

TL;DR: It is shown that when a graph is represented as a binary connection matrix, the problems of finding the shortest path between two nodes of a graph require at leastO(n2) operations, and the presently known best algorithms are optimal to within a multiplicative constant.
Journal ArticleDOI

Stochastic rearrangement rules for self-organizing data structures

TL;DR: It is shown that certain general rearrangement rules can be modified to reduce significantly the number of data moves, without affecting the asymptotic cost of a data access.
Proceedings ArticleDOI

Computing the maximum and the median

TL;DR: The new results are: (a) the maximum of a set of n integers cannot be computed in fewer than n-1 comparisons if comparisons of only linear functions of the integers are permitted, but the maximum can be compute in log2 n comparisons.