写好节点插入和连接,支持有向图无向图,支持权
This commit is contained in:
@@ -4,4 +4,6 @@ project(homework5)
|
||||
set(CMAKE_CXX_STANDARD 20)
|
||||
|
||||
add_executable(test1 test1.cpp
|
||||
Graph.h)
|
||||
Graph.h
|
||||
GraphExceptions/SameNodeConnectException.h
|
||||
GraphExceptions/NodeIdOutOfRangeException.h)
|
||||
|
||||
Reference in New Issue
Block a user