Files

473 B

id, title, challengeType, videoId, bilibiliIds, dashedName
id title challengeType videoId bilibiliIds dashedName
5e9a0a8e09c5df3cc3600ed2 Numpy 是什么? 11 5Nwfs5Ej85Q
aid bvid cid
293086867 BV1Tf4y1E7QZ 409024791
what-is-numpy

--question--

--text--

为什么 Numpy 数组要比常规的 Python 列表更快?

--answers--

Numpy 在遍历对象时不执行类型检查。


Numpy 使用固定类型。


Numpy 使用连续内存。


上述所有的。

--video-solution--

4