Originally posted by Kuciwalker
Order n^2. That is, costs that scale more than linearly with personnel.
Order n^2. That is, costs that scale more than linearly with personnel.
The point is that you can put two companies together, but you don't have to put everyone at one work station.
In the very very extreme case, a sufficiently large company would have great than linear costs simply because their payroll would take longer to search through, since search is at best O(n*ln(n)).
Comment