4 Comments
тна Return to thread

Hi,

You write "The communication paths between engineers increase exponentially as the team grows in size.", but in fact the total number of communication paths between n nodes is equal to n * (n-1) / 2, which is not an exponential growth, but an polynomial growth (quadratic to be exact), i.e. O(n^2).

Expand full comment

thanks for the great feedback. I will update the post.

Expand full comment

Nothing escapes the Math Police ЁЯЩМЁЯП┐

Expand full comment

Excellent explanation.

Expand full comment
Error