| 1 | 10. s': traversal(the_graph) 11. (inr(i) 12. 13. l_disjoint(Vertices(the_graph)+Vertices(the_graph);s';s) 14. no_repeats(Vertices(the_graph)+Vertices(the_graph);s') 15. paren(Vertices(the_graph);s') 16. 17. dfs(the_obj;s;i) = (s' @ s) 18. df-traversal(the_graph;s' @ s) | 154 steps |
About: