| 1 | 2. i: Vertices(the_graph) 3. [i] = nil | 1 step |
|   | ||
| 2 | 2. i: Vertices(the_graph) 3. u: Vertices(the_graph) 4. v: Vertices(the_graph) List 5. [i] = [u / v] | 1 step |
|   | ||
| 3 | 2. i: Vertices(the_graph) 3. u: Vertices(the_graph) 4. v: Vertices(the_graph) List 5. [i] = [u / (v @ nil)] | 1 step |
|   | ||
| 4 | 2. i: Vertices(the_graph) 3. u1: Vertices(the_graph) 4. v1: Vertices(the_graph) List 5. u: Vertices(the_graph) 6. v: Vertices(the_graph) List 7. [i] = [u / (v @ [u1 / v1])] | 1 step |
About: