...

/

Quiz on Part II: Coming to Grips with Graphs

Quiz on Part II: Coming to Grips with Graphs

Test yourself on the concepts covered in this chapter.

We'll cover the following...
1

The given command creates which graph?

iex> Graph.new |> Graph.add_edge(:a, :b, label: :EX)
A)
B)
C)
Question 1 of 30 attempted
...