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

2 Feb 2022

I used a recursive solution.

2