DataStructures.Algorithms icon indicating copy to clipboard operation
DataStructures.Algorithms copied to clipboard

Make use of Guid for Vertex comparision

Open mfe- opened this issue 5 years ago • 1 comments
trafficstars

  • [ ] Define or extend interface of IVertex which makes it possible to use the internal Guid for comparision of vertex1 and vertex2; Possible candidate IComparable<Guid> or IEquatable<IntPtr>
  • [ ] Adjust algo.

mfe- avatar Apr 25 '20 06:04 mfe-

This issue is also realted to Too many collisions with <250000 edges when comparing with Edge.GetHashCode for transposed #9

mfe- avatar Apr 25 '20 14:04 mfe-