Compute the average size of a random partition
Recursive function to compute the average size of a random partition for a given number of nodes
compute_averagesize(num.nodes)
num.nodes
a numeric
n <- 6 compute_averagesize(n)
Useful links