Warshalls
Warshalls is a surname that may refer to individuals bearing the name Warshall. The most prominent figure associated with the name in the field of computer science is Stephen Warshall, who contributed to the study of graph algorithms and logic in the mid-20th century. The surname is sometimes encountered in discussions of algorithms and mathematical relations due to Warshall’s work on transitive closure.
Warshall's algorithm is a method for computing the transitive closure of a directed graph. Given a graph
In practice, Warshall’s algorithm is often discussed together with Floyd’s work on all-pairs shortest paths, and
Applications of Warshall’s algorithm include network connectivity analysis, database query optimization, program analysis, and various fields