The PageRank algorithm is what made Google the premier search engine. PageRank creates a measure of the importance of a web page allowing search results to be ordered with the highest quality results first. PageRank uses the link structure of pages. It can be seen as as the steady state of a Markov process or drunkards walk randomly fllowing links, equivalently a matrix algebra solution finding the maximum eigenvector for the link matrix, or as a form of spreading activation. Note that the modern Google search uses many additional heuristics and modifications to the original PageRank.
Used in Chap. 1: page 7; Chap. 3: pages 34, 35, 36; Chap. 8: page 123; Chap. 16: page 259; Chap. 17: pages 277, 282, 287; Chap. 20: page 344; Chap. 24: page 402
Also known as Google PageRank, pagerank algorithm