Kemsekov / GraphSharp

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

Create `CreateTree` method of `GraphStructureOperations` #19

Closed Kemsekov closed 2 years ago

Kemsekov commented 2 years ago

This method will create graph tree structure

Kemsekov commented 2 years ago

Added method FromBinaryCodeTree to converters which do basically what this issue need