贪心算法
JDYan_MNI
PhD Student at MNI, ACE Lab, Computational Model Developing for Brain Imaging Analysis 机器学习
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Single source shortest path
The single source shortest path problem is a typical problem.And I give a solution based on Dijkstra,which is as follow.原创 2016-09-12 00:22:12 · 456 阅读 · 2 评论 -
Kruskal based on Greedy Algorithm
Hello,everyone,see you again.Yesterday I showed you the single source shortest path,and today I want to show you the Kruskal based on greedy algorithm.The difficulity of this solution is how to judge原创 2016-09-13 01:48:12 · 425 阅读 · 0 评论
分享