Kemsekov / GraphSharp

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

Make abstract structure representation for `IGraphStrucutre` #29

Closed Kemsekov closed 2 years ago

Kemsekov commented 2 years ago

It would be pleasant that your algorithms could work on any representation of graph.

Kemsekov commented 2 years ago

This is currently not possible to do. I have no idea how to make it in such a way. Just let it be working with single representation for now