Given an n-dimensional array M, find the size of M along the k-th dimension (1 <= k <= n), without using size(), height() or width(). You may ignore trailing singleton dimensions.

Solution Stats

15 Solutions

9 Solvers

Last Solution submitted on Apr 24, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...