2017年4月30日

双向链表

摘要: #include #include #include #include using namespace std; #define OK 1 #define ERROR 0 #define OVERFLOW -2 typedef int Status; //Status 是函数返回值类型,其值是函数结果状态代码。 typedef int ElemType; //ElemType 为可定义的数据类... 阅读全文

posted @ 2017-04-30 21:52 VbisoWen 阅读(173) 评论(0) 推荐(0)

导航