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

28 Solutions

11 Solvers

Last Solution submitted on Aug 29, 2026

Last 200 Solutions

Problem Comments

Solution Comments

Show comments
Loading...