| 1 | 1. the_graph: Graph 2. x: Vertices(the_graph) 3. y: Vertices(the_graph) 4. z: Vertices(the_graph) 5. p1: Vertices(the_graph) List 6. 0 < ||p1|| 7. 8. p1[0] = x 9. p1[(||p1||-1)] = y 10. p: Vertices(the_graph) List 11. 0 < ||p|| 12. 13. p[0] = y 14. p[(||p||-1)] = z 15. i: | 8 steps |
|   | ||
| 2 | 1. the_graph: Graph 2. x: Vertices(the_graph) 3. y: Vertices(the_graph) 4. z: Vertices(the_graph) 5. p1: Vertices(the_graph) List 6. 0 < ||p1|| 7. 8. p1[0] = x 9. p1[(||p1||-1)] = y 10. p: Vertices(the_graph) List 11. 0 < ||p|| 12. 13. p[0] = y 14. p[(||p||-1)] = z | 12 steps |
About: