数据结构——动态链表
摘要:
说明:严蔚敏的《数据结构》(C语言版)学习笔记,记录一下,以备后面查看。#include #include const int OK = 1; //定义正确返回const int ERROR = -1; //定义错误的返回const int OVERFLOW = -2; //定义溢出//定义... 阅读全文
posted @ 2014-12-01 16:10 岚之山 阅读(216) 评论(0) 推荐(0)
posted @ 2014-12-01 16:10 岚之山 阅读(216) 评论(0) 推荐(0)