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
You seem to constrain a lot of your TVertex declarations to ICompareable<TVertext> when most of the algorithms and data structures only ever need/use equality. You should use IEquatable<TVertex> in many places instead.