摘要: 链表表示法赋值通过ba进行测试因为懒得测试所以只进行ba两个字符进行测试 可能有许多的bug因为查错功能太少#include #include #define size sizeof(node) enum BOOL {error,ok}; typedef struct node{ char data; node *next; }*LinkList; void greatlis... 阅读全文
posted @ 2016-12-07 21:27 苏鑫2017的博客 阅读(143) 评论(0) 推荐(0) 编辑