Kemsekov / GraphSharp

GraphSharp is a tool to study and use knowledge of graph theory in C#!
MIT License
37 stars 5 forks source link

Add type safity in your `GraphStructure`s and `IGraph` #31

Closed Kemsekov closed 2 years ago

Kemsekov commented 2 years ago

I tired of constatntly type checking all of this. Redesign the whole library.

Kemsekov commented 2 years ago

Done. Now it is not breaking law of Demeter but have some perfomance issues that I will solve afterwards.