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.
csharp bfs adjacency-lists csharp-code dijkstra-algorithm bfs-algorithm weighted-graphs adjacency-list unweighted-graph
-
Updated
Jan 22, 2025 - C#