Skip to content

Wrote an algorithm to simulate the PageRank algorithm used by Google Search. The software uses the Adjacency List representation to implement the code in C++. The code has been tested for 1,000,000 data sets and runs under 3 seconds.

Notifications You must be signed in to change notification settings

larrylim1996/PageRank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

About

Wrote an algorithm to simulate the PageRank algorithm used by Google Search. The software uses the Adjacency List representation to implement the code in C++. The code has been tested for 1,000,000 data sets and runs under 3 seconds.

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages