摘要: 题目链接:https://pintia.cn/problem-sets/15/problems/712 1.分别建立两棵二叉搜索树 建立: Tree Initial(int N) { Tree T= (Tree)malloc(sizeof(struct TreeNode) * (N)); scanf 阅读全文
posted @ 2021-01-13 13:26 完全感覚Dreamer 阅读(102) 评论(0) 推荐(0)