init Graph类

This commit is contained in:
2024-12-04 22:09:22 +08:00
parent 3a3f0d4443
commit a56aa1d048
3 changed files with 57 additions and 4 deletions
+2 -1
View File
@@ -3,4 +3,5 @@ project(homework5)
set(CMAKE_CXX_STANDARD 20)
add_executable(test1 test1.cpp)
add_executable(test1 test1.cpp
Graph.h)