| 1 | 5. 6. 7. i@0: Vertices(the_graph) 8. s2: traversal(the_graph) 9. 10. j: Vertices(the_graph) 11. i@0-the_graph- > *j 12. inr(i) = inl(i@0) 13. s = s2 | 1 step |
|   | ||
| 2 | 5. 6. 7. i@0: Vertices(the_graph) 8. u: Vertices(the_graph)+Vertices(the_graph) 9. v: (Vertices(the_graph)+Vertices(the_graph)) List 10. s2: traversal(the_graph) 11. 12. j: Vertices(the_graph) 13. i@0-the_graph- > *j 14. inr(i) = u 15. s = (v @ [inl(i@0) / s2]) | 1 step |
About: