摘要:
阅读全文
阅读全文
posted @ 2022-01-28 22:49
帝宝单推人!
阅读(119)
评论(0)
推荐(0)
摘要:
##队列实现层序遍历,以及改为堆栈先序遍历 #include<iostream> using namespace std; typedef int ElemType; typedef struct BinTree { ElemType data; struct BinTree* Left; stru 阅读全文
##队列实现层序遍历,以及改为堆栈先序遍历 #include<iostream> using namespace std; typedef int ElemType; typedef struct BinTree { ElemType data; struct BinTree* Left; stru 阅读全文
posted @ 2022-01-28 22:40
帝宝单推人!
阅读(79)
评论(0)
推荐(0)
摘要:
##递归遍历 #include<iostream> using namespace std; typedef struct BinTree { ElemType data; struct BinTree* Left; struct BinTree* Right; }BinTree; void Pos 阅读全文
##递归遍历 #include<iostream> using namespace std; typedef struct BinTree { ElemType data; struct BinTree* Left; struct BinTree* Right; }BinTree; void Pos 阅读全文
posted @ 2022-01-28 19:29
帝宝单推人!
阅读(43)
评论(0)
推荐(0)

浙公网安备 33010602011771号