Fundamentals
/
Counting Operations
⏸
00:00
↻
← Prev
Next →
▶
Question
Given an array of n numbers, return the number of basic addition operations performed when summing all elements (should be n).
▶
Understand
▶
Approach
▶
My Code
▶
Reference Solution
Compare
8