NumPy - Array Manipulation
Given a 1D NumPy array
arr = np.arange(24), which of the following reshapes it into a 3D array with shape (2, 3, 4) using automatic dimension calculation with -1 in the first position?