You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, first I'm glad to find this active fork of this library - thanks for that!
What's your advice for finding a list of disconnected graphs from a custom graph class derived from AdjacencyGraph?
I thought I could go through ComputeDisjointSet but that requires an IUndirectedGraph, which AdjacencyGraph doesn't exposes.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, first I'm glad to find this active fork of this library - thanks for that!
What's your advice for finding a list of disconnected graphs from a custom graph class derived from AdjacencyGraph?
I thought I could go through ComputeDisjointSet but that requires an IUndirectedGraph, which AdjacencyGraph doesn't exposes.
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions