Products of Array

0

0 votes
Easy
Problem

Given an array arr[] of n integers, construct a Product Array prod[] (of same size) such that prod[i] is equal to the product of all the elements of arr[] except arr[i]. Solve it without division operator

Time Limit: 5
Memory Limit: 256
Source Limit:
Editor Image

?