Structs§
- Hyper
Label Graph - Label
Node - Labeled
Adjacency List - Labeled
Edge - Simple
Labeled Graph L1
is the label of the nodes,L2
is the label of the edges. All these labels needs to implement theLabel
trait.- Single
Label
L1
is the label of the nodes, L2
is the label of the edges. All these labels needs to implement the Label
trait.