你的位置:首页 > 软件开发 > Java > Lintcode: Product of Array Exclude Itself

Lintcode: Product of Array Exclude Itself

发布时间:2015-04-02 16:01:58
Given an integers array A.Define B[i] = A[0] * ... * A[i-1] * A[i+1] * ... * A[n-1], calculate B without divide operation.ExampleFor A=[1, 2 ...
Given an integers array A.Define B[i] = A[0] * ... * A[i-1] * A[i+1] * ... * A[n-1], calculate B without divide operation.ExampleFor A=[1, 2, 3], B is [6, 3, 2]

原标题:Lintcode: Product of Array Exclude Itself

关键词:array

*特别声明:以上内容来自于网络收集,著作权属原作者所有,如有侵权,请联系我们: admin#shaoqun.com (#换成@)。

可能感兴趣文章

我的浏览记录