v1.1.0
1.1.0 - 2018-12-17
Added
- Added the GraphCalculations static class.
- Added the IsCompleteGraph property to graph classes.
Changed
- An InvalidOperationException is now thrown when an attempt is made to add an
edge to a complete graph.
Fixed
- XML documentation comment fixes.