Skip to content

Commit 5aa6f2b

Browse files
authored
Merge pull request #53 from vincentmwong/master
Clarifying instructions for m05 and m10
2 parents 44e03db + 7dcfff4 commit 5aa6f2b

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

m05-scalefree/m05-barabasi_albert_model.ipynb

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
]
1717
},
1818
{
19+
"attachments": {},
1920
"cell_type": "markdown",
2021
"metadata": {
2122
"id": "XtLwnyz-Ys9j"
@@ -41,6 +42,7 @@
4142
]
4243
},
4344
{
45+
"attachments": {},
4446
"cell_type": "markdown",
4547
"metadata": {
4648
"id": "wCe87EqOYs9q"
@@ -89,6 +91,7 @@
8991
]
9092
},
9193
{
94+
"attachments": {},
9295
"cell_type": "markdown",
9396
"metadata": {
9497
"id": "putSesFfYs9r"
@@ -113,6 +116,7 @@
113116
]
114117
},
115118
{
119+
"attachments": {},
116120
"cell_type": "markdown",
117121
"metadata": {
118122
"id": "2_3vrd5FYs9s"
@@ -133,6 +137,7 @@
133137
]
134138
},
135139
{
140+
"attachments": {},
136141
"cell_type": "markdown",
137142
"metadata": {
138143
"id": "R8Mne9h1Ys9t"
@@ -221,6 +226,7 @@
221226
]
222227
},
223228
{
229+
"attachments": {},
224230
"cell_type": "markdown",
225231
"metadata": {
226232
"id": "rvmljTQ6Ys9v"
@@ -267,6 +273,7 @@
267273
]
268274
},
269275
{
276+
"attachments": {},
270277
"cell_type": "markdown",
271278
"metadata": {
272279
"id": "8lFnaZpkkS9Z"
@@ -315,6 +322,7 @@
315322
]
316323
},
317324
{
325+
"attachments": {},
318326
"cell_type": "markdown",
319327
"metadata": {
320328
"id": "4xeLpD43Ys9v"
@@ -350,6 +358,7 @@
350358
]
351359
},
352360
{
361+
"attachments": {},
353362
"cell_type": "markdown",
354363
"metadata": {
355364
"id": "_Jbyx4JyYs9w"
@@ -371,12 +380,13 @@
371380
]
372381
},
373382
{
383+
"attachments": {},
374384
"cell_type": "markdown",
375385
"metadata": {
376386
"id": "cO3K1xxWYs9x"
377387
},
378388
"source": [
379-
"Calculate (and print) the average clustering coefficient of the graph:"
389+
"Calculate (and print) the average clustering coefficient of the graph. (Note: You may need to try values of m > 1)"
380390
]
381391
},
382392
{
@@ -414,6 +424,7 @@
414424
]
415425
},
416426
{
427+
"attachments": {},
417428
"cell_type": "markdown",
418429
"metadata": {
419430
"id": "6YIsMN0zYs9x"
@@ -483,6 +494,7 @@
483494
]
484495
},
485496
{
497+
"attachments": {},
486498
"cell_type": "markdown",
487499
"metadata": {
488500
"id": "fhJSPdWfYs9y"
@@ -568,6 +580,7 @@
568580
]
569581
},
570582
{
583+
"attachments": {},
571584
"cell_type": "markdown",
572585
"metadata": {
573586
"id": "ppknthUJYs9z"
@@ -612,6 +625,7 @@
612625
]
613626
},
614627
{
628+
"attachments": {},
615629
"cell_type": "markdown",
616630
"metadata": {
617631
"id": "_jpoPTy6Ys9z"
@@ -721,6 +735,7 @@
721735
]
722736
},
723737
{
738+
"attachments": {},
724739
"cell_type": "markdown",
725740
"metadata": {
726741
"id": "BhUtqvbyYs9z"
@@ -730,6 +745,7 @@
730745
]
731746
},
732747
{
748+
"attachments": {},
733749
"cell_type": "markdown",
734750
"metadata": {
735751
"id": "adQWWn7yYs9z"
@@ -739,6 +755,7 @@
739755
]
740756
},
741757
{
758+
"attachments": {},
742759
"cell_type": "markdown",
743760
"metadata": {
744761
"id": "7O9-iutHYs9z"

0 commit comments

Comments
 (0)