Answered step by step
Verified Expert Solution
Question
1 Approved Answer
(1) (3 points) How many strongly connected components are in the three graphs below? List the vertices associated with each one Reminder: for undirected graphs
(1) (3 points) How many strongly connected components are in the three graphs below? List the vertices associated with each one Reminder: for undirected graphs strongly connected and connected are equivalent state- ments G2 (2) (4 points) For the graph G5 (a) (0.5 points) Specify the set of vertices V. (b) (0.5 points) Specify the set of edges E (c) (1 point) Give the degree for each vertex. (d) (1 point) Give the adjacency matrix representation for this graph. (Assume vertices are sorted lexicographically.) (e) (1 point) Give the adjacency list representation for this graph. (3) (4 points) For the graph G6 (a) (0.5 points) Specify the set of vertices V. (b) (0.5 points) Specify the set of edges E (c) (1 point) Give the in-degree and the out-degree for each vertex. (d) (1 point) Give the adjacency matrix representation for this graph. (Assume vertices are sorted lexicographically.) (e) (1 point) Give the adjacency list representation for this graph. Ca T 6 3. Introduction to Trees (7 points) (1) (2 points) Which of the graphs Gi, G2, G3, and Ga above are trees? (briefly justify your (2) (5 points) Use induction on to show that for all 1, a full binary tree with I leaves has answers 21- 1 vertices total. Activa Go to Se
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started