Skip to content

VShingala/Page-Rank-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jun 16, 2018
2f947ec · Jun 16, 2018

History

4 Commits
Feb 20, 2018
Feb 20, 2018
Feb 20, 2018
Jun 16, 2018

Repository files navigation

Page-Rank

Parallel implementation of PageRank algorithm.

Description :

PageRank (PR) is an algorithm used by Google Search to rank websites in their search engine results. PageRank is a way of measuring the importance of website pages.

This is simple implementation of PageRank algorithm using CSR(Compressed Sparse Row) format of matrix. Also we have used Power Iteration method to solve corresponding equations.

About

Parallel implementation of Page rank algorithm.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages