Your Dashboard
Interview Coaching
Learn
System Design
ML System Design
Code
Behavioral
Salary Negotiation
Interview Guides
Search
⌘K
Get Premium
Leetcode 238. Product of Array Except Self
For each index in an integer array, compute the product of all other elements without using division and in O(n) time — typically done by combining prefix and suffix products. Follow-up: aim for O(1) extra space by reusing the output array.
Question Timeline
See when this question was last asked and where, including any notes left by other candidates.
All Regions
Comments
Hello Interview Premium
Your account is free and you can post anonymously if you choose.