摘要: 1. 生成连通图 (至少有一颗生成树) 2.生成连通图 (至少有一颗生成树,或者更多) using System;using System.Collections.Generic;using System.Linq;using System.Text; namespace Algorithm{ public class CollectedGraph { /// <summary> /// Buil... 阅读全文
posted @ 2011-07-19 17:06 netfuns 阅读(197) 评论(0) 推荐(0)