Kemsekov / GraphSharp

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

Rename all Child to Edge. #9

Closed Kemsekov closed 2 years ago

Kemsekov commented 2 years ago

Also maybe rename all variables in code from parent-child to something like parent-edge.

Let it be Children inside of INode, but the IChild and other components must be renamed to Edge.

Kemsekov commented 2 years ago

Done