소개글
int cost[VERTICES][VERTICES] = {
9999, 5, 4, 9999, 9999, 9999,
5, 9999, 2, 7, 9999, 9999,
4, 2, 9999, 6, 11, 9999,
9999, 7, 6, 9999, 3, 8,
9999, 9999, 11, 3, 9999, 9,
9999, 9999, 9999, 8, 9, 9999,
};
그래프 형태입니다
컴파일 실행환경
Microsoft Visual Studio 2008 (C++)
본문내용
잘짰습니다.
int cost[VERTICES][VERTICES] = {
9999, 5, 4, 9999, 9999, 9999,
5, 9999, 2, 7, 9999, 9999,
4, 2, 9999, 6, 11, 9999,
9999, 7, 6, 9999, 3, 8,
9999, 9999, 11, 3, 9999, 9,
9999, 9999, 9999, 8, 9, 9999,
};
그래프 형태입니다
압축파일 내 파일목록
datastruct_graph/datastruct_graph.vcproj
datastruct_graph/datastruct_graph.vcproj.lee-HP.lee.user
datastruct_graph/Debug/BuildLog.htm
datastruct_graph/Debug/datastruct_graph.exe.embed.manifest
datastruct_graph/Debug/datastruct_graph.exe.embed.manifest.res
datastruct_graph/Debug/datastruct_graph.exe.intermediate.manifest
datastruct_graph/Debug/graph.obj
datastruct_graph/Debug/kruskal.txt
datastruct_graph/Debug/mt.dep
datastruct_graph/Debug/vc90.idb
datastruct_graph/Debug/vc90.pdb
datastruct_graph/graph.c
datastruct_graph.ncb
datastruct_graph.sln
datastruct_graph.suo
Debug/datastruct_graph.exe
Debug/datastruct_graph.ilk
Debug/datastruct_graph.pdb
Debug/kruskal.txt
참고 자료
없음