Authors
Manfred Broy, Bernhard Möller, Peter Pepper, Martin Wirsing
Publication date
1986/1/1
Journal
Science of Computer Programming
Volume
7
Pages
35-53
Publisher
Elsevier
Description
Consider the following depth-first-search program for computing the predicate" there is a path from node x to node y" in a finite out-regular binary graph: funct ispath=(node x, node y) bool: I-(var set n, vat sequence s):=(emptyset, append (emptysequence, x)); while-a isempty (s) do node v= top (s); if contains (n, v) then s:= rest (s) else (n, s):=(add (n, v), append (append (rest (s), left (v)), right (v))) fi od; contains (n, y) _1
Total citations
198619871988198919901991199219931994199519961997199819992000200120022003200420052006200720082009201020112012201320142015201620172018201933474518122251122111122111
Scholar articles
M Broy, B Möller, P Pepper, M Wirsing - Science of Computer Programming, 1986