单链表和栈

//include "stdio.h"#include "stdlib.h" typedefintElemType; structsNode (ElemType date;structsNode* n

腾讯文库单链表和栈单链表和栈