in IS&Software Engineering retagged by
1,129 views
1 vote
1 vote

According to Brooks, if $n$ is the number of programmers in a project team, then the number of communication path is

  1. $n(n-1)/2$
  2. $n\log n$
  3. $n$
  4. $n(n+1)/2$
in IS&Software Engineering retagged by
by
1.1k views

1 Answer

1 vote
1 vote

 if n is the number of programmers in a project team, then the number of communication path is

you can see this statement as

same as a compete graph where n number of node ,then the number of edge possible 

= $n(n-1)/2$

 

Answer:

Related questions

Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true