數據結構筆記--鏈式二叉樹創建、線索二叉樹

鏈式二叉樹創建指針 //鏈式二叉樹的創建 VS2017種存在scanf與scanf_s的區別 修改項目文件的sdl check爲否 加入以下這句 #define _CRT_SECURE_NO_WARNINGS # include <stdio.h> # include <stdlib.h> struct BiTree { char data; struct BiTree* lchild;
相關文章
相關標籤/搜索