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.
To build executable from the source
- make
- outputScc will be created
- ./outputScc to see the output
The Algorithm was developed by GarvitSharma (UG@LNMIIT) under the supervision of Dr. Subrat K. Dash (AssociateProfessor@LNMIIT) for the fullfilment of CourseProjectAssignment.