📃🔍 C++ implementation of two link analysis algorithms: PageRank (Google) by Sergey Brin and Lawrence Page and HITS (Ask.com) by Jon Kleinberg.
-
Updated
Oct 3, 2022 - C++
📃🔍 C++ implementation of two link analysis algorithms: PageRank (Google) by Sergey Brin and Lawrence Page and HITS (Ask.com) by Jon Kleinberg.
This code reads a matrix in CO-Ordinate (COO) format and writes the output in Compressed Sparse Row (CSR) format
This project shows how to develop and solve sparse Ax=b system. PETSc is utilised for the iterative solution.
Template repository for custom backends in MS Annika.
Add a description, image, and links to the compressed-sparse-row topic page so that developers can more easily learn about it.
To associate your repository with the compressed-sparse-row topic, visit your repo's landing page and select "manage topics."