摘要: 建树 数组模拟链表(静态链表) 程序框架 1.题意及建树 2.建树及同构判别 #include <iostream> #include <cstring> // for memset using namespace std; const int N = 10; struct TreeNode { c 阅读全文
posted @ 2024-10-17 17:21 某朝 阅读(7) 评论(0) 推荐(0)