c語言 多叉樹結構相關

實現多叉樹時,因爲非葉子節點的子節點的個數不一樣,因此如何動態的建立節點是個問題 數據結構: struct list { /* other data */ int effectif_class_1; int effectif_class_2; struct list *parent; struct list *child[]; } struct list * fin
相關文章
相關標籤/搜索