Skip to content

clj13001/Markov-Chain-Page-Rank

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

Markov-Chain-Page-Rank

Written by Adam Claxton, Connor Jackson

This project is an implementation of Google's PageRank algorithm, see here: https://en.wikipedia.org/wiki/PageRank

It uses theory from topics such as Markov Chains and Steady State Vectors in its implementation.

In order to simulate the algorithm, we use data gathered from https://www.hollins.edu and its many webpages, observing what pages link to each other.

About

Implementation of Google's PageRank.

Resources

Stars

Watchers

Forks

Releases

No releases published

Languages