摘要: A 二叉链表存储的二叉树 空格代表NULL,这样就可以唯一的确定一个二叉树,先序序列怎么遍历,就怎么建树 (中序,中序。。。。。神入题目) #include<iostream> #include<vector> #include<string> using namespace std; struct 阅读全文
posted @ 2025-06-17 17:35 _P_D_X 阅读(24) 评论(0) 推荐(0)