摘要: #include "stdafx.h"#include "stdio.h"#include #include "string.h"typedef int elemType ;/************************************************************************//* 以下是关于线性表链接存储(单链表)操作的18种算法 *//* 1.初始化线性表,即置单链表的表头指针为空 *//* 2.创建线性表,此函数输入负数终止读取数据*//* 3.打印链表,链表的遍历*//* 4.清除线 阅读全文
posted @ 2013-07-25 22:18 lysxc 阅读(393) 评论(0) 推荐(0) 编辑