Modeling Graphs, Graph interface, AbstractGraph, UnweightedGraph
-
Updated
Jul 2, 2023 - Java
Modeling Graphs, Graph interface, AbstractGraph, UnweightedGraph
Undirected unweighted graph class implementation. Using BFS, DFS for building a Reachability Matrix.
I have calculated an "influence score" on an unweighted and weighted graph. I used BFS algorithm for the unweighted graph and Dijkstra's algorithm for the weighted graph.
Add a description, image, and links to the unweighted-graph topic page so that developers can more easily learn about it.
To associate your repository with the unweighted-graph topic, visit your repo's landing page and select "manage topics."