Changeset 1583:2b329fd595ef in lemon-0.x for demo/kruskal_demo.cc
- Timestamp:
- 07/22/05 17:15:29 (18 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2085
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
demo/kruskal_demo.cc
r1580 r1583 19 19 ///\brief Minimum weight spanning tree by Kruskal algorithm (demo). 20 20 /// 21 /// This demo program shows how to find a minimum weight spannintree22 /// ofa graph by using the Kruskal algorithm.21 /// This demo program shows how to find a minimum weight spanning tree 22 /// in a graph by using the Kruskal algorithm. 23 23 24 24 #include <iostream>
Note: See TracChangeset
for help on using the changeset viewer.