Login
This is a place holder for potential sponsor logos.
Fleury's algorithm
Fleury's algorithm constructs an Euler circuit in a graph (if it's possible).
- Pick any vertex to start
- From that vertex pick an edge to traverse, considering following rule: never cross a bridge of the reduced graph unless there is no other choice
- Darken that edge, as a reminder that you can't traverse it again
- Travel that edge, coming to the next vertex
- Repeat 2-4 until all edges have been traversed, and you are back at the starting vertex
Fleury's algorithm is owned by Cam McLeman, Johan.
None.
[ View all 3 ]
