Skip to main content

All Questions

Filter by
Sorted by
Tagged with
1 vote
1 answer
823 views

Finding cycles in a graph (not necessarily Hamiltonian or visiting all the nodes)

I have graph like one in Figure 1 (the first image) and want to connect the red nodes to have cycle, but cycles do not have to be Hamiltonian like Figure 2 and Figure 3 (the last two images). The ...
Barpa's user avatar
  • 375