Depth First Search

Toshiaki Nishihara and Yasuhiko Minamide

24 June 2004

Abstract

Depth-first search of a graph is formalized with recdef. It is shown that it visits all of the reachable nodes from a given list of nodes. Executable ML code of depth-first search is obtained using the code generation feature of Isabelle/HOL.
BSD License

Topics

Theories