You have a list of integers, and for each index, you want to find the product of every integer except the integer at that index — InterviewCake

Abrar Shariar
3 min readAug 20, 2020

This problem is straight outta InterviewCake. Attempted to solve it but got stuck and eventually looked into the solution. Sadly, the solution wasn’t visual enough for me, although it was pretty descriptive. As a visual learner, I couldn’t stop but write this post with some visuals that are just some neat versions of the ones I jotted down on my notebook!

--

--