3342 數據結構實驗之二叉樹三:統計葉子數

數據結構實驗之二叉樹三:統計葉子數php #include<stdio.h> #include<string.h> #include<stdlib.h> char a[100]; int l1; struct node { int data; struct node *lchild,*rchild; }; struct node *creat() { st
相關文章
相關標籤/搜索