From 5d0a57b395f932a71edc41876551410da6495458 Mon Sep 17 00:00:00 2001 From: microLizzy <32970198+microLizzy@users.noreply.github.com> Date: Wed, 16 Oct 2019 00:13:47 -0700 Subject: [PATCH] Update motifs-and-structral-roles_lecture.md --- preliminaries/motifs-and-structral-roles_lecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/preliminaries/motifs-and-structral-roles_lecture.md b/preliminaries/motifs-and-structral-roles_lecture.md index 4a917b4..1a970fa 100755 --- a/preliminaries/motifs-and-structral-roles_lecture.md +++ b/preliminaries/motifs-and-structral-roles_lecture.md @@ -33,7 +33,7 @@ Configuration model is a random graph with a given degree sequence $k_1$, $k_2$, Another way for generation is as following: 1) start from a given graph G; -2) select a pair of edges A->B, C->D at random, exchange the endpoints to give A->D, C->B, repeat the switching step Q* \vert E \vert times. +2) select a pair of edges A->B, C->D at random, exchange the endpoints to give A->D, C->B, repeat the switching step Q* $\vert$ E $\vert$ times. By this way, we will get a randomly rewired graph with same node degrees and randomly rewired edges.