| 1 | 9. 10. 11. s': traversal(the_graph) 12. (inl(i) 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. dfs(the_obj;s;i) = (s' @ s) | 8 steps |
About: