Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Closes #303

Co-authored-by: MaxiBo <79444086+mbeaufre@users.noreply.github.com>
  • Loading branch information
Mats-SX and mbeaufre committed Nov 22, 2024
1 parent 594aa26 commit 2fa4e3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/modules/ROOT/pages/algorithms/page-rank.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ include::partial$/algorithms/shared/algorithm-traits.adoc[]
[[algorithms-page-rank-intro]]
== Introduction

The PageRank algorithm measures the importance of each node within the graph, based on the number incoming relationships and the importance of the corresponding source nodes.
The PageRank algorithm measures the importance of each node within the graph, based on the number of incoming relationships and the importance of the corresponding source nodes.
The underlying assumption roughly speaking is that a page is only as important as the pages that link to it.

PageRank is introduced in the original Google paper as a function that solves the following equation:
Expand Down

0 comments on commit 2fa4e3f

Please sign in to comment.