sampleGraph10k

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

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

size_t[40_000] sampleGraph10k;

Meta