Across
- 3. exist if the graph is connected and has exactly two vertices of odd degree
- 5. walk with no repeated vertices and no repeated edges
- 6. for determining the shortest path through a network from one vertex to another
- 7. path (no repeated edges or vertices) that starts and ends at the same vertex
- 9. for determining the minimum spanning tree
- 11. exist if the graph is connected and has all of the vertices with an even degree
Down
- 1. path (no repeated edges or vertices) that includes all of the vertices
- 2. sequence of edges, linking successive vertices
- 4. a tree that connects every vertex of a graph
- 5. no two edges overlap or intersect, except at the vertices
- 6. the number times edges attach to a vertex
- 8. trail (no repeated edges) that starts and ends at the same vertex
- 10. path (no repeated edges nor vertices) that starts and ends at the same vertex
- 12. walk with no repeated edges
