| 1 | 17. s2@0: traversal(the_graph) 18. 19. j: Vertices(the_graph) 20. i-the_graph- > *j 21. inl(i1) = inl(i) 22. (s2 @ [inr(i1) / s1]) = s2@0 | 21 steps |
|   | ||
| 2 | 17. u: Vertices(the_graph)+Vertices(the_graph) 18. v: (Vertices(the_graph)+Vertices(the_graph)) List 19. s2@0: traversal(the_graph) 20. 21. j: Vertices(the_graph) 22. i-the_graph- > *j 23. inl(i1) = u 24. (s2 @ [inr(i1) / s1]) = (v @ [inl(i) / s2@0]) | 1 step |
About: