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
Is there a semantic/technical reason to have the ConnectedComponentsAlgorithm.Components defined as
IDictionary<TVertex, int> instead of IDictionary<int, IEnumerable<TVertex>>
or was it just the way Peli had defined it originally? I think having the int as the key would make more sense from a grouping perspective, but it could be that I don't see the full picture.
Any comments?
Thank you for your work on this library BTW :-)
Cheers
The text was updated successfully, but these errors were encountered:
To the author,
Is there a semantic/technical reason to have the ConnectedComponentsAlgorithm.Components defined as
IDictionary<TVertex, int>
instead ofIDictionary<int, IEnumerable<TVertex>>
or was it just the way Peli had defined it originally? I think having the
int
as the key would make more sense from a grouping perspective, but it could be that I don't see the full picture.Any comments?
Thank you for your work on this library BTW :-)
Cheers
The text was updated successfully, but these errors were encountered: