2020-04-06 14:49:56 -04:00
|
|
|
---
|
|
|
|
id: 5e7b9f6a0b6c005b0e76f096
|
2020-04-22 11:04:02 -05:00
|
|
|
title: 'Data Visualization: Page Rank'
|
2020-04-06 14:49:56 -04:00
|
|
|
challengeType: 11
|
2020-04-22 11:04:02 -05:00
|
|
|
videoId: 6-w_qIUwaxU
|
2020-04-06 14:49:56 -04:00
|
|
|
---
|
|
|
|
|
|
|
|
## Description
|
|
|
|
<section id='description'>
|
|
|
|
|
|
|
|
</section>
|
|
|
|
|
|
|
|
## Tests
|
|
|
|
<section id='tests'>
|
|
|
|
|
|
|
|
```yml
|
|
|
|
question:
|
2020-05-31 13:57:09 +01:00
|
|
|
text: |
|
|
|
|
How does the PageRank algorithm work?
|
|
|
|
|
2020-04-06 14:49:56 -04:00
|
|
|
answers:
|
2020-05-31 13:57:09 +01:00
|
|
|
- |
|
|
|
|
It determines which pages are most highly connected.
|
|
|
|
- |
|
|
|
|
It ranks pages based on view counts.
|
|
|
|
- |
|
|
|
|
It figures out which pages contain the most important content.
|
2020-04-06 14:49:56 -04:00
|
|
|
solution: 1
|
|
|
|
```
|
|
|
|
|
|
|
|
</section>
|