Module 07 Assignment - Problems

G180 Module 07 Assignment

  1. Module 07 Assignment - Problems 1

  1. Give the vertex set V.

  1. Give the Edge set E.

  1. Consider the graph with V = [A, B, C, X, Y, Z] and E = [AB, AY, AZ, BB, CX, CY, CZ, CZ].


    1. List all the vertices adjacent to A.




    1. List all the edges adjacent to AY.




    1. Find the degree of C.




    1. Find the sum of the degrees of the vertices.

  1. Module 07 Assignment - Problems 2

  1. Find a path of length 4 from F to A.

  1. List all the paths from D to A.

  1. Find all circuits of length 2.