Zalando Interview Question

In the coding interview, they asked me to write a code that counts different shapes with different sizes in a matrix.

Interview Answer

Anonymous

Feb 2, 2022

I used a recursive solution.

2