I have a directed graph that ends at point "L". When I sum all the incoming degrees at point "L", I got the value: 13. But I want to modify the graph based on the given plot (see the attached figure). In the graph, the incoming degree will be distributed in the following nodes. For instance, the incoming degree of point "F" is 2 therefore the value for "F" is 2. But in the case of point "K" and "G", the value will be 0.5 and 0.5 because the value of "H" is distributed into two parts. The value of point "J" will be the sum of the incoming values in the upper nodes (i.e., G, E, F).

More Joy Rajbanshi's questions See All
Similar questions and discussions