填空题
关键字段
若二叉树的前序遍历和后序遍历序列正好相反,则该二叉树的度为2的结点数等于()。
填空题若二叉树的前序遍历和后序遍历序列正好相反,则该二叉树的度为2的结点数等于()。
typedef struct node{Datatype data;struct node*next;}Lin...
填空题typedef struct node{Datatype data;struct node*next;}LinkList;定义的不带头结点的单链表L,将初值为L 的指针P 移到尾结点的语句是()。
非空的线性表(a1,a2,…an-1,an ),元索ai(1<i≤n)的直接前驱是()。
填空题非空的线性表(a1,a2,…an-1,an ),元索ai(1<i≤n)的直接前驱是()。