I'm looking for .NET library with the next graphs algorithms:
- algorithm for finding a minimum spanning tree;
- algorithm for partitioning graph for N subgraphs with minimal number of connections.
I can write my own realization, but don't have too much time. Tell me, please, names of any existing libraries that can do this. Thanks.