摘要: 推荐博客:https://www.cnblogs.com/patrickzhou/p/5867208.html Consider a tree T with N (1 <= N <= 20,000) nodes numbered 1...N. Deleting any node from the t 阅读全文
posted @ 2018-02-26 23:03 楼主好菜啊 阅读(191) 评论(0) 推荐(0) 编辑
摘要: 推荐博客 : http://blog.csdn.net/ZHangFFYY/article/details/77871897 我们对一个图的存储基本有两种,邻近矩阵和邻接表 ,在补充一个链式前向星 用此方法存图 , 首先先定义一个结构体数组 struct node { int to, w; // t 阅读全文
posted @ 2018-02-26 11:06 楼主好菜啊 阅读(172) 评论(0) 推荐(0) 编辑