提交 7a8edbf8 编写于 作者: 东方怂天's avatar 东方怂天

Fix some bug & Update README.md

上级 6e69a81b
......@@ -40,7 +40,7 @@ int main()
//Get the adjacency matrix.
cout << "Adjacency matrix:" << endl;
for (i = 0; i < VertexNum - 1; i++)
for (i = 0; i < VertexNum; i++)
{
for (int j = 0; j < VertexNum; j++)
{
......@@ -101,6 +101,9 @@ int main()
cout << "To " << lasPos + 1 << " min length " << lasPathLen << endl
<< endl;
}
system("pause");
return 0;
}
//Display the martix
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册