Write a function that takes as input two integer arrays of length n, input and index, and generates a third array, result, such that: result = product of everything in input except input[index] - Just Crack Interview

Write a function that takes as input two integer arrays of length n, input and index, and generates a third array, result, such that: result = product of everything in input except input[index]

Scroll to top