bug:connect函数在处理插入已存在连接时的业务逻辑错误
This commit is contained in:
@@ -4,6 +4,5 @@ project(homework5)
|
||||
set(CMAKE_CXX_STANDARD 20)
|
||||
|
||||
add_executable(test1 test1.cpp
|
||||
Graph.h
|
||||
GraphExceptions/SameNodeConnectException.h
|
||||
GraphExceptions/NodeIdOutOfRangeException.h)
|
||||
MatrixGraph.h
|
||||
GraphExceptions/InsertExistedConnectException.h)
|
||||
|
||||
Reference in New Issue
Block a user