I need to implement a solution to the TSP via min span tree and plan to use QuickGraph for this (I also need it to process some data). I'd like my implementation to remain open source and if possible on QuickGraph itself. However, I don't know: how do I contribute to QuickGraph? Where is the repo? I am more accustomed to projects on Github.
Comments: ** Comment from web user: gsv **
Comments: ** Comment from web user: gsv **
Hi.
I'm not official maintainer of original QuickGraph, but we have GitHub clone of this repo and we maintain it. Our GitHub repo: https://github.com/YaccConstructor/QuickGraph So, feel free to contribute.