package-level comments

This commit is contained in:
pippellia-btc
2025-05-29 14:52:09 +02:00
parent 84923ee99b
commit d69aab0168
3 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
// The pagerank package uses the random walks to compute graph algorithms like
// global and personalized pageranks.
package pagerank
import (