typedef struct DNode{ int data; DNode *prior, *next; }DNode, *DLinkList;
本文标题:双链表
本文链接:https://www.haomeiwen.com/subject/wwmvuctx.html
网友评论