Kemsekov / GraphSharp

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

Divide directed, undirected and multigraph in different types #63

Closed Kemsekov closed 1 year ago

Kemsekov commented 1 year ago

There is algorithms that works only with one of these types of graph, meanwhile there is some things that makes sense only for some types of graph and so on. Divide graph operations into three categories too for each of these types respectively.

Also change how edge sources works for each of these graphs types.

Kemsekov commented 1 year ago

won't do this