A Worked Example
Apply what we learned about libgraph to create an example book graph.
We'll cover the following...
Overview
It's time to explore some graph structures with the libgraph package.
We’ll work first with the book graph, an example graph that has been created in the libgraph format, and then see how to model our basic ...