| 1 | 33. s1: traversal(the_graph) 34. 35. l_disjoint(Vertices(the_graph)+Vertices(the_graph);s1;[inr(i) / s]) 36. no_repeats(Vertices(the_graph)+Vertices(the_graph);s1) 37. paren(Vertices(the_graph);s1) 38. list_accum(s',j.dfs(the_obj;s';j);[inr(i) / s];L) = (s1 @ [inr(i) / s]) 39. (inl(j) | 4 steps |
|   | ||
| 2 | 33. s1: traversal(the_graph) 34. 35. l_disjoint(Vertices(the_graph)+Vertices(the_graph);s1;[inr(i) / s]) 36. no_repeats(Vertices(the_graph)+Vertices(the_graph);s1) 37. paren(Vertices(the_graph);s1) 38. list_accum(s',j.dfs(the_obj;s';j);[inr(i) / s];L) = (s1 @ [inr(i) / s]) 39. (inl(j) | 1 step |
About: