Skip to content

Algorithm to find the In-degree, Out-degree, Tendrils, Links and Scc of a Directed Graph in which each vertex represents a WebPage and each edge represent links to and from the WebPage.

Notifications You must be signed in to change notification settings

garvitlnmiit/WebGraphAlgo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebGraphAlgo

Algorithm to find the In-degree, Out-degree, Tendrils, Links and Scc of a Directed Graph in which each vertex represents a WebPage and each edge represent links to and from the WebPage.

Usage

To build executable from the source

  • make
  • outputScc will be created
  • ./outputScc to see the output

Copyright

The Algorithm was developed by GarvitSharma (UG@LNMIIT) under the supervision of Dr. Subrat K. Dash (AssociateProfessor@LNMIIT) for the fullfilment of CourseProjectAssignment.

About

Algorithm to find the In-degree, Out-degree, Tendrils, Links and Scc of a Directed Graph in which each vertex represents a WebPage and each edge represent links to and from the WebPage.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published