Skip to content

Commit

Permalink
A*寻路算法添加
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaominghe2014 committed Jun 29, 2023
1 parent 3d46f46 commit bfd6df3
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -561,21 +561,21 @@ int main(int argc, char* argv[])
setLog();

testAStar();
// testMath();
// testMatrix();
// testGaussianElimination();
// testSolveLightsOutPuzzle();
// testRegex();
// testYml();
// testSgf();
// // testSerializer();
// testJson();
// testXML();
// testThreadPool();
// testSHA();
// testUtf8();
// testFile();
// testUrl();
// testSort();
testMath();
testMatrix();
testGaussianElimination();
testSolveLightsOutPuzzle();
testRegex();
testYml();
testSgf();
// testSerializer();
testJson();
testXML();
testThreadPool();
testSHA();
testUtf8();
testFile();
testUrl();
testSort();
return 0;
}

0 comments on commit bfd6df3

Please sign in to comment.