bug:connect函数在处理插入已存在连接时的业务逻辑错误

This commit is contained in:
2024-12-05 15:24:28 +08:00
parent b0f712fa4a
commit 08f6f4b0f4
6 changed files with 206 additions and 85 deletions
+2 -3
View File
@@ -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)