DIY: Nested Array Weight Sum
Solve the interview question "Nested List Weight Sum" yourself in this lesson.
We'll cover the following...
Problem statement
For this challenge, you are given a nested array of integers. A nested array is a data structure in which each element is either an integer or an array whose elements may also ...