Kemsekov / GraphSharp

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

Rename Edge to Arc #70

Closed Kemsekov closed 1 year ago

Kemsekov commented 1 year ago

You library do not support edges in it's common meaning. All your edges are directed, so they actually are Arcs. Rename it

Kemsekov commented 1 year ago

I changed my mind. No