c语言 多叉树结构相关

实现多叉树时,因为非叶子节点的子节点的个数不一样,因此如何动态的建立节点是个问题 数据结构: struct list { /* other data */ int effectif_class_1; int effectif_class_2; struct list *parent; struct list *child[]; } struct list * fin
相关文章
相关标签/搜索