logo CodeStepByStep logo

graphProperties3

Language/Type: C++ graphs graph properties

Consider the following crudely-drawn graph, and answer the following questions about it:

A <--> B <-- C
|      ^
V      |
D <--> E
Is the graph directed or undirected?
Is the graph weighted or unweighted?
Is the graph connected?
Is the graph cyclic?
What are the in-degree and out-degree of vertex A (as two integers, separated by spaces)?
What are the in-degree and out-degree of vertex B?
What are the in-degree and out-degree of vertex C?
What are the in-degree and out-degree of vertex D?
What are the in-degree and out-degree of vertex E?

You must log in before you can solve this problem.

Log In

Need help?

Stuck on an exercise? Contact your TA or instructor.

If something seems wrong with our site, please

Is there a problem? Contact us.