Feat: add new Markdown parser (#39800)
and change all the challenges to new `md` format.
This commit is contained in:
committed by
GitHub
parent
a07f84c8ec
commit
0bd52f8bd1
@ -5,30 +5,29 @@ challengeType: 11
|
||||
videoId: 5Nwfs5Ej85Q
|
||||
---
|
||||
|
||||
## Description
|
||||
# --question--
|
||||
|
||||
<section id='description'>
|
||||
</section>
|
||||
## --text--
|
||||
|
||||
## Tests
|
||||
Why are Numpy arrays faster than regular Python lists?
|
||||
|
||||
<section id='tests'>
|
||||
## --answers--
|
||||
|
||||
```yml
|
||||
question:
|
||||
text: |
|
||||
Why are Numpy arrays faster than regular Python lists?
|
||||
Numpy does not perform type checking while iterating through objects.
|
||||
|
||||
answers:
|
||||
- |
|
||||
Numpy does not perform type checking while iterating through objects.
|
||||
- |
|
||||
Numpy uses fixed types.
|
||||
- |
|
||||
Numpy uses contiguous memory.
|
||||
- |
|
||||
All of the above.
|
||||
solution: 4
|
||||
```
|
||||
---
|
||||
|
||||
Numpy uses fixed types.
|
||||
|
||||
---
|
||||
|
||||
Numpy uses contiguous memory.
|
||||
|
||||
---
|
||||
|
||||
All of the above.
|
||||
|
||||
## --video-solution--
|
||||
|
||||
4
|
||||
|
||||
</section>
|
||||
|
Reference in New Issue
Block a user