摘要: #include<iostream>//背二叉搜索树 #include<cstring>//性质:若其左子树存在,则其左子树中每个节点的值都不大于该节点值;若其右子树存在,则其右子树中每个节点的值都不小于该节点值。 using namespace std; const int INF = 0x7ff 阅读全文
posted @ 2021-09-23 14:04 DANIEL敢敢 阅读(68) 评论(0) 推荐(0)