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

DataStructures and algorithms

Results 6 DataStructures.Algorithms issues
Sort by recently updated
recently updated
newest added
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 or IEquatable` -...

Keeping the whole vertex /edge list in memory allocates too much space in some scenarios. When iterating over vertices /edge list, it should be possible to outsource them (for example...

To be able to set the CornerRadius in the VertexControl a CornerRadius DP should be created

enhancement

When setting a custom width and height >40 on the `VertexControl` on a directed graph the arrow is underneath the control. Therefore it looks like that the arrow isn't displayed....

bug