| 1 | 11. 12. l_disjoint(Vertices(the_graph)+Vertices(the_graph);s';s) 13. no_repeats(Vertices(the_graph)+Vertices(the_graph);s') 14. paren(Vertices(the_graph);s') 15. 16. dfs(the_obj;s;i) = (s' @ s) 17. df-traversal(the_graph;s' @ s) 18. (inl(i) | 1 step |
|   | ||
| 2 | 11. 12. l_disjoint(Vertices(the_graph)+Vertices(the_graph);s';s) 13. no_repeats(Vertices(the_graph)+Vertices(the_graph);s') 14. paren(Vertices(the_graph);s') 15. 16. dfs(the_obj;s;i) = (s' @ s) 17. df-traversal(the_graph;s' @ s) 18. (inl(i) 19. s' = nil | 2 steps |
|   | ||
| 3 | 12. l_disjoint(Vertices(the_graph)+Vertices(the_graph);s';s) 13. no_repeats(Vertices(the_graph)+Vertices(the_graph);s') 14. paren(Vertices(the_graph);s') 15. 16. dfs(the_obj;s;i) = (s' @ s) 17. df-traversal(the_graph;s' @ s) 18. 19. s2: traversal(the_graph) 20. s' = ([inl(i)] @ s2 @ [inr(i)]) | 150 steps |
About: