chore(i18n,learn): processed translations (#44851)
This commit is contained in:
@ -0,0 +1,38 @@
|
||||
---
|
||||
id: 5e9a0a8e09c5df3cc3600ed2
|
||||
title: Numpy とは
|
||||
challengeType: 11
|
||||
videoId: 5Nwfs5Ej85Q
|
||||
bilibiliIds:
|
||||
aid: 293086867
|
||||
bvid: BV1Tf4y1E7QZ
|
||||
cid: 409024791
|
||||
dashedName: what-is-numpy
|
||||
---
|
||||
|
||||
# --question--
|
||||
|
||||
## --text--
|
||||
|
||||
Numpy の配列が通常の Python のリストよりも高速なのはなぜですか?
|
||||
|
||||
## --answers--
|
||||
|
||||
Numpy はオブジェクトを繰り返し処理する際に型チェックを行わないから。
|
||||
|
||||
---
|
||||
|
||||
Numpy は固定の型を使用するから。
|
||||
|
||||
---
|
||||
|
||||
Numpy は連続したメモリを使用するから。
|
||||
|
||||
---
|
||||
|
||||
上記のすべて。
|
||||
|
||||
## --video-solution--
|
||||
|
||||
4
|
||||
|
Reference in New Issue
Block a user