0

I am using QuickGraph library and I need a method to get the distance or the route from a vertex to itself. My graph is a Directed and weighted also it can be cyclic. I have read that I need to use bfs but I could not see any implementation for BFS for this.

Do you have any idea how I can accomplish this?

slugster
  • 49,403
  • 14
  • 95
  • 145
Radu
  • 1,047
  • 12
  • 34