第二题初步完成

This commit is contained in:
2024-11-22 17:16:02 +08:00
parent f8b03bad55
commit 7037512838
4 changed files with 86 additions and 2 deletions
+4
View File
@@ -6,3 +6,7 @@ set(CMAKE_CXX_STANDARD 20)
add_executable(test1 test1.cpp
BiTree.cpp
BiTree.h)
add_executable(test2 test2.cpp
BiTree.cpp
BiTree.h
)