数据结构习题集(李冬梅 第2版)C语言版源程序习题源代码习题集-算法8-2.docx

上传人:太** 文档编号:60477296 上传时间:2022-11-16 格式:DOCX 页数:3 大小:14.25KB
返回 下载 相关 举报
数据结构习题集(李冬梅 第2版)C语言版源程序习题源代码习题集-算法8-2.docx_第1页
第1页 / 共3页
数据结构习题集(李冬梅 第2版)C语言版源程序习题源代码习题集-算法8-2.docx_第2页
第2页 / 共3页
点击查看更多>>
资源描述

《数据结构习题集(李冬梅 第2版)C语言版源程序习题源代码习题集-算法8-2.docx》由会员分享,可在线阅读,更多相关《数据结构习题集(李冬梅 第2版)C语言版源程序习题源代码习题集-算法8-2.docx(3页珍藏版)》请在taowenge.com淘文阁网|工程机械CAD图纸|机械工程制图|CAD装配图下载|SolidWorks_CaTia_CAD_UG_PROE_设计图分享下载上搜索。

1、include include using namespace std;/函数结果状态代码define OK 1define ERROR 0define OVERFLOW -2/双向链表/Status是函数的返回值类型,其值是函数结果状态代码 typedef int Status;typedef struct DuLNode int data;struct DuLNode *prior,*next; DuLNode, *DuLinkList;/初始化/销毁链表/后插法创立双向链表/双向冒泡排序/输出链表/初始化/销毁链表/后插法创立双向链表/双向冒泡排序/输出链表Status InitList

2、(DuLinkList &L);Status DestroyList(DuLinkList &L);void CreateList_R(DuLinkList &L,int L_Datar int n); void DuplexSort(DuLinkList &L);void PrintList(DuLinkList L);int main() int n; coutcu请输入链表长度:, cinn;int *lData=new int n;coutcu请输入关键字以空格隔开: for(int i=0;ilDatai; DuLinkList 1;InitList(1);CreateList_R(

3、1,IData,n);DuplexSort(1);coutcc”排序结果:, PrintList (1);delete(IData);DestroyList (1);return 0; )/初始化Status InitList (DuLinkList &L)/构造一个空的双向链表LL=new DuLNode;/初始化链表L的头结点L-prior=L; L-next=L; return OK; /销毁链表Status DestroyList(DuLinkList &L) while(L)(DuLNode *p=L;L=L-next;delete p;/释放空间) return OK; )/后插法

4、创立双向链表void CreateList_R(DuLinkList &L,int L_Data, int n) /正位序输入n个元素的值,建立带表头结点的会向链表LDuLinkList p=new DuLNode;p-data=L_Data0;L-next=p;p-prior=L;p-next=NULL;for(int i=l;idata=L_Datai;p-prior=L;L-next-prior=p;p-next=L-next; L-next=p; /输出链表void PrintList(DuLinkList L) /依次输出链表中的数据DuLinkList p=L-next;while

5、(p!=NULL) (coutdatanext;coutnext=tail) break;p=head-next;exchange=O;while(p-next!=tail)(if(p-data p-next-data)temp=p-next; exchange=l; p-next=temp-next; if(temp-next!=NULL) temp-next-prior=p;temp-next=p;p-prior-next=temp; temp-prior=p-prior; p-prior=temp; else p=p-next;tail=p;p=tail-prior;while (exc

6、hange & p-prior!=head) (if(p-data prior-data)( temp=p-prior; exchange=l;p-prior=temp-prior; temp-prior-next=p; temp-prior=p;p-next-prior=temp;temp-next=p-next; p-next=temp;else p=p-prior;) head=p;)/有交换/先将结点从链表上摘下/将temp插到结点*p前/无交换,指针后移/准备向上起泡/交换两结点指针,涉及6条链/有交换/先将temp结点从链表上摘下/将temp插到p结点后(右)/无交换,指针前移/准备向下起泡/while(exchange)输出结果请输入链表长度:5请输入关键字以空格隔开:8 6 16-4排序结果:-4 16 6 8

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 应用文书 > 解决方案

本站为文档C TO C交易模式,本站只提供存储空间、用户上传的文档直接被用户下载,本站只是中间服务平台,本站所有文档下载所得的收益归上传人(含作者)所有。本站仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。若文档所含内容侵犯了您的版权或隐私,请立即通知淘文阁网,我们立即给予删除!客服QQ:136780468 微信:18945177775 电话:18904686070

工信部备案号:黑ICP备15003705号© 2020-2023 www.taowenge.com 淘文阁