三元表的鏈式存儲(十字鏈表)及順序存儲時一些問題。

鏈式存儲: typedef struct OLNode { int i,j; ElemType e; struct OLNode *right,*down; }OLNode;*OLink; typedef struct { OLink *rhead,*chead; int mu,,nu,tu; }CrossList; M.rhead=(OLink *)malloc((m+1)*sizeof(OLi
相關文章
相關標籤/搜索