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 book graph building block using the libgraph
library package. We’ll also build a simple graph generator to demonstrate using synthetic data. ...