Kemsekov / GraphSharp

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

Optimize `NodesFactory.ConnectToClosest` #16

Closed Kemsekov closed 2 years ago

Kemsekov commented 2 years ago

It just takes a lot of time to do this operation in NodesFactory. Try to refactor it and optimize

Kemsekov commented 2 years ago

Done