代码面试集锦 1 - Uber

Posted wonner

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了代码面试集锦 1 - Uber相关的知识,希望对你有一定的参考价值。

Given an array of integers, return a new array such that each element at index i of the new array is the product of all the numbers in the original array except the one at i.

For example, if our input was [1, 2, 3, 4, 5], the expected output would be [120, 60, 40, 30, 24]. If our input was [3, 2, 1], the expected output would be [2, 3, 6].

Follow-up: what if you can‘t use division?

以上是关于代码面试集锦 1 - Uber的主要内容,如果未能解决你的问题,请参考以下文章

Android面试题基础集锦总结《二》

代码面试集锦 2 - Google

面试集锦

(面试题)python面试题集锦-附答案

java面试——SpringMVC面试题集锦

python基础面试集锦(1-50)