Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 210 Bytes

README.md

File metadata and controls

10 lines (6 loc) · 210 Bytes

5.6

A.

  • additions count: $n$.
  • multiplications count: $n$.

B. Because result need await the result of x * result.

C. Because the critical path of 5.5 only had a single multiplication per iteration.