Search found 1 match

by [Bart-Simpson]
Wed Dec 31, 2003 2:39 am
Forum: Algorithms
Topic: finding all possible paths
Replies: 2
Views: 1865

What I did was basically start on the vertex start and go through each vertex till I reach vertex end . When I get there, I know I've found a path. Since it does it recursively, It doesn't repeat paths IF your graph as no cicles!!
This function is for undirected graphs and only prints the number of ...

Go to advanced search