Fix graph
This commit is contained in:
parent
4b1dab72a5
commit
7e21418813
1 changed files with 4 additions and 4 deletions
|
@ -37,10 +37,10 @@ forms a directed graph, where the weight of each node inherits the weight of all
|
||||||
For the example case (excuse my ascii drawing skills):
|
For the example case (excuse my ascii drawing skills):
|
||||||
|
|
||||||
0(1)-1(1)-4(1)-5(1)-|
|
0(1)-1(1)-4(1)-5(1)-|
|
||||||
| \ | |
|
\ \ | |
|
||||||
|---6(2) |
|
\ 6(2) |
|
||||||
| | |
|
\ | |
|
||||||
|---7(4)-|
|
7(4)-|
|
||||||
|
|
|
|
||||||
10(4)-11(4)
|
10(4)-11(4)
|
||||||
\ |
|
\ |
|
||||||
|
|
Loading…
Reference in a new issue