Question: find the total number of shortest paths between nodes s and t.
Edges doesn't have weight so we can't use dij. algo. I know how to apply bfs but unable to make count of different paths
Question: find the total number of shortest paths between nodes s and t.
Edges doesn't have weight so we can't use dij. algo. I know how to apply bfs but unable to make count of different paths