Dynamic Programming21 sections · 916 units
Open in CourseQuiz: Product Edge Cases
Handling zeros
Check Your Understanding
In Product of Array Except Self, why cant we use division to solve it?
- A.Division is too slow
- B.Division gives floating point errors
- C.We can use division, it is the optimal approach
- D.The problem forbids division and zeros make it undefined