...

/

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...
Technical Quiz
1.

The given command creates which graph?

iex> Graph.new |> Graph.add_edge(:a, :b, label: :EX)
A.
B.
C.

1 / 3
...