Skip to content

Implemented Page Rank algorithm to develop an application using JFrames where, given a set of nodes (web pages) and references between them (hyperlink network) calculates the effective page rank value

Notifications You must be signed in to change notification settings

sunnyhith/Page-Rank-Algorithm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Page-Rank-Algorithm

Implemented Page Rank algorithm to develop an application using JFrames where, given a set of nodes (web pages) and references between them (hyperlink network) calculates the effective page rank value.

PageRank_Final.java : This program fetches the necessary information from the user in an interactive way. This is a JFrame which initially takes in the number of pages, and sends this along with connections between them to the program "PageRank_User.java" where the actual page rank values are being calculated.

PageRank_User.java : The logic behind the calculation of PageRank values for each of the pages. Information related to pages and the links between them is obtained from the program "PageRank_Final.java".

About

Implemented Page Rank algorithm to develop an application using JFrames where, given a set of nodes (web pages) and references between them (hyperlink network) calculates the effective page rank value

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages