库创建有向图的边缘容量在c#中
本文关键字:容量 边缘 创建 有向图 | 更新日期: 2023-09-27 18:10:58
是否有一个库或类可以创建有向图,谁的边也支持能力?(或者我必须自己创建?)。
我想测试我最近学习的最大流量算法
包含许多数据结构的库是NGenerics (Dot Net 2.0)
数据结构
General - Association, Bag, Graph, HashList, Heap, ObjectMatrix, PascalSet, SkipList, SortedList, Curve,
数学 - ComplexNumber, Matrix, Vectors
队列 - CircularQueue, Deque, PriorityQueue
树 - BinaryTree, BinarySearchTree, GeneralTree, RedBlackTree, SplayTree
链接:http://code.google.com/p/ngenerics/
Codeproject Page: http://www.codeproject.com/KB/recipes/DotNet2Datastructures.aspx
Microsoft的图形类(带加权边)-使用c# 2.0对数据结构的广泛检查
图形类由Chris Forbes在。net 2.0中编写(带有用户定义的边缘数据)- Chris Forbes图形类