Given is the following dependency graph of a system with two subsystems. Calculate the CD (Component Dependency) of all components and also calculate the CCD and the ACD. See CDD here https://structure101.com/2014/03/10/why-cyclic-dependencies-explode-complexity/
This is my calculation:
CCD = 5 + 2 + 2 + 2 + 8 + 1 + 1 = 21 ACC = CCD / number of elements = 21 / 7 = 3 Now my question, I have calculated the CCD and ACD. However, I do not know if my result is correct. Is this correct?
