Kemsekov / GraphSharp

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

Abstract sources #41

Closed Kemsekov closed 2 years ago

Kemsekov commented 2 years ago

Moved all node and edge access to separate abstraction layer. Added tests for it. Renamed all parents to sources and all child to targets.