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