Closed
Description
Reshape an n-dimensional nested array into another m-dimensional having a desired shape.
Support specifying lexicographic/colexicographic iteration order.
Should verify that the output shape is compatible with the input shape (i.e., they have the same number of total elements).
Time estimate without AI: 4hrs
Time estimate with AI: 3hrs