贪心算法
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 · 401 阅读 · 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 · 391 阅读 · 0 评论