sampleGraph50

Sample graph for use in testing. The array represents an undirected regular graph with 50 vertices, each having 4 neighbours.

Each successive pair of array entries represents a single undirected link.

size_t[200] sampleGraph50;

Meta