Skip to content

VShingala/Page-Rank-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

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