Sweety

Practice makes perfect

导航

2016年4月25日

摘要: 关于几个的区别和联系 http://blog.csdn.net/u014665013/article/details/51244615 d.每组的第一行是三个整数T,S和D,表示有T条路,和草儿家相邻的城市的有S个(草儿家到这个城市的距离设为0),草儿想去的地方有D个; 求D个... 阅读全文

posted @ 2016-04-25 19:43 蓝空 阅读(88) 评论(0) 推荐(0) 编辑

摘要: 关于几个的区别和联系 http://blog.csdn.net/u014665013/article/details/51244615 d.每组的第一行是三个整数T,S和D,表示有T条路,和草儿家相邻的城市的有S个(草儿家到这个城市的距离设为0),草儿想去的地方有D个; 求D个... 阅读全文

posted @ 2016-04-25 19:43 蓝空 阅读(145) 评论(0) 推荐(0) 编辑

摘要: 关于几个的区别和联系:http://www.cnblogs.com/zswbky/p/5432353.html d.每组的第一行是三个整数T,S和D,表示有T条路,和草儿家相邻的城市的有S个(草儿家到这个城市的距离设为0),草儿想去的地方有D个; 求D个城市中距离草儿家最近的距离。 s.进行1次单源 阅读全文

posted @ 2016-04-25 19:39 蓝空 阅读(473) 评论(0) 推荐(0) 编辑

摘要: Shopping Time Limit: 1000MS Memory limit: 65536K 题目描述 Saya and Kudo go shopping together.You can assume the street as a straight line, while the shops 阅读全文

posted @ 2016-04-25 19:31 蓝空 阅读(203) 评论(0) 推荐(0) 编辑

摘要: Emergency 题目描述 Kudo’s real name is not Kudo. Her name is Kudryavka Anatolyevna Strugatskia, and Kudo is only her nickname.Now, she is facing an emerge 阅读全文

posted @ 2016-04-25 19:29 蓝空 阅读(305) 评论(0) 推荐(0) 编辑

摘要: Shopping Time Limit: 1000MS Memory limit: 65536K 题目描述 Saya and Kudo go shopping together. You can assume the street as a straight line, w... 阅读全文

posted @ 2016-04-25 19:25 蓝空 阅读(147) 评论(0) 推荐(0) 编辑

摘要: Shopping Time Limit: 1000MS Memory limit: 65536K 题目描述 Saya and Kudo go shopping together. You can assume the street as a straight line, w... 阅读全文

posted @ 2016-04-25 19:25 蓝空 阅读(104) 评论(0) 推荐(0) 编辑

摘要: 几个最短路径算法的比较: Floyd 求多源、无负权边(此处错误?应该可以有负权边)的最短路。用矩阵记录图。时效性较差,时间复杂度O(V^3)。 Floyd-Warshall算法(Floyd-Warshall algorithm)是解决任意两点间的最短路径的一种算... 阅读全文

posted @ 2016-04-25 19:18 蓝空 阅读(126) 评论(0) 推荐(0) 编辑

摘要: 几个最短路径算法的比较: Floyd 求多源、无负权边(此处错误?应该可以有负权边)的最短路。用矩阵记录图。时效性较差,时间复杂度O(V^3)。 Floyd-Warshall算法(Floyd-Warshall algorithm)是解决任意两点间的最短路径的一种算... 阅读全文

posted @ 2016-04-25 19:18 蓝空 阅读(161) 评论(0) 推荐(0) 编辑

摘要: 几个最短路径算法的比较:Floyd 求多源、无负权边(此处错误?应该可以有负权边)的最短路。用矩阵记录图。时效性较差,时间复杂度O(V^3)。 Floyd-Warshall算法(Floyd-Warshall algorithm)是解决任意两点间的最短路径的一种算法,可以正确处理有向图或负权的最短路径 阅读全文

posted @ 2016-04-25 19:17 蓝空 阅读(641) 评论(0) 推荐(0) 编辑

摘要: Emergency Time Limit: 1000ms Memory limit: 65536K 有疑问?点这里^_^ 题目描述 Kudo’s real name is not Kudo. Her name is Kudryavka Anatolyevna Str... 阅读全文

posted @ 2016-04-25 19:03 蓝空 阅读(160) 评论(0) 推荐(0) 编辑

摘要: Emergency Time Limit: 1000ms Memory limit: 65536K 有疑问?点这里^_^ 题目描述 Kudo’s real name is not Kudo. Her name is Kudryavka Anatolyevna Str... 阅读全文

posted @ 2016-04-25 19:03 蓝空 阅读(113) 评论(0) 推荐(0) 编辑

摘要: Balloons 题目描述 Both Saya and Kudo like balloons. One day, they heard that in the central park, there will be thousands of people fly balloons to patter 阅读全文

posted @ 2016-04-25 13:24 蓝空 阅读(382) 评论(0) 推荐(0) 编辑

摘要: Balloons Time Limit: 1000ms Memory limit: 65536K 有疑问?点这里^_^ 题目描述 Both Saya and Kudo like balloons. One day, they heard that in the c... 阅读全文

posted @ 2016-04-25 13:24 蓝空 阅读(126) 评论(0) 推荐(0) 编辑

摘要: Balloons Time Limit: 1000ms Memory limit: 65536K 有疑问?点这里^_^ 题目描述 Both Saya and Kudo like balloons. One day, they heard that in the c... 阅读全文

posted @ 2016-04-25 13:24 蓝空 阅读(138) 评论(0) 推荐(0) 编辑