Algorithms that Changed the World Flashcards

1
Q

What is an Algorithm?

A

A finite set of precise instructions for performing a computation or for solving a problem.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the PageRank algorithm designed to do?

A

To rank web pages by importance based on their hyperlink structure, helping users find the most relevant pages in a massive, unstructured web.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the two main ideas behind PageRank?

A

The Hyperlink Trick - Pages linked to by many others are likely more important.

The Random Surfer Model - Models a user randomly clicking links or restarting their browsing at random pages.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How does PageRank define page importance?

A

A page’s importance is higher if it is linked to by other important pages, with rank distributed proportionally based on the number of outbound links.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the sink page problem in PageRank?

A

Sink pages have no outbound links, which can absorb all rank. The solution is to redistribute their rank equally across all pages.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Sink pages have no outbound links, which can absorb all rank. The solution is to redistribute their rank equally across all pages.

A

A group of pages that only link to each other can trap rank in an infinite loop. This is mitigated using the random surfer model.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q
A
How well did you know this?
1
Not at all
2
3
4
5
Perfectly