Ring Covering Algorithm
Select starting node from node permutation.
Select end node by using first link in link permutation for node.
Use DFS to find route to node at other end of link.
Repeat above until all links are covered.
Previous slide
Next slide
Back to first slide
View graphic version