January 2020
Intermediate to advanced
640 pages
16h 56m
English
The preceding formula for calculating PageRank scores assumes that all the pages link to at least one page. In real life, this is not always the case! Let's consider the graph shown in the following diagram. Here, all the vertices are connected to each other with the exception of vertex D, which has incoming links but no outgoing links. In other words, D is a dead end!

Would the presence of dead ends in the input graph cause problems with our PageRank score calculations? So far, we know that at each iteration of the PageRank algorithm, ...