| 1 | 14. i: Vertices(the_graph) 15. j: Vertices(the_graph) 16. A: Vertices(the_graph) List 17. B: Vertices(the_graph) List 18. L = (A @ B) 19. (j 20. (i 21. 22. 23. s1: Vertices(the_graph) List 24. s2: Vertices(the_graph) List 25. A = (s1 @ [j / s2]) 26. | 1 step |
|   | ||
| 2 | 14. i: Vertices(the_graph) 15. j: Vertices(the_graph) 16. A: Vertices(the_graph) List 17. B: Vertices(the_graph) List 18. L = (A @ B) 19. (j 20. (i 21. 22. 23. s1: Vertices(the_graph) List 24. s2: Vertices(the_graph) List 25. A = (s1 @ [j / s2]) 26. 27. | 10 steps |
About: