scispace - formally typeset
R

Robert W. Floyd

Researcher at Stanford University

Publications -  42
Citations -  9337

Robert W. Floyd is an academic researcher from Stanford University. The author has contributed to research in topics: Nondeterministic algorithm & Regular expression. The author has an hindex of 25, co-authored 42 publications receiving 8806 citations. Previous affiliations of Robert W. Floyd include Illinois Institute of Technology & Carnegie Institution for Science.

Papers
More filters
Journal ArticleDOI

Algorithm 97: Shortest path

TL;DR: The procedure was originally programmed in FORTRAN for the Control Data 160 desk-size computer and was limited to te t ra t ion because subroutine recursiveness in CONTROL Data 160 FORTRan has been held down to four levels in the interests of economy.
Book ChapterDOI

Assigning Meanings to Programs

TL;DR: This paper attempts to provide an adequate basis for formal definitions of the meanings of programs in appropriately defined programming languages, in such a way that a rigorous standard is established for proofs about computer programs, including proofs of correctness, equivalence, and termination.
Journal ArticleDOI

Time bounds for selection

TL;DR: The number of comparisons required to select the i-th smallest of n numbers is shown to be at most a linear function of n by analysis of a new selection algorithm-PICK.
Journal ArticleDOI

Nondeterministic Algorithms

TL;DR: Algorithms to solve combinatorial search problems by using multiple-valued functions are illustrated with algorithms to find all solutions to the eight queens problem on the chessboard, and to finding all simple cycles in a network.
Journal ArticleDOI

Expected time bounds for selection

TL;DR: A new selection algorithm is presented which is shown to be very efficient on the average, both theoretically and practically.