powered by
Create an edge list with round-robin connectivity
roundRobinGraph(name, N)
An undirected graph represented as a data frame with each row describing an edge.
vector of vertex names
number of comparisons
Other graph generators: twoLevelGraph()
twoLevelGraph()
roundRobinGraph(letters[1:5], 10)
Run the code above in your browser using DataLab