随笔分类 -  数据结构

摘要:CircularQueue /*********************************************************** * * file name: CircularQueue interface * author : 19870326073@163.com * dat 阅读全文
posted @ 2024-04-26 21:21 头像被封了 阅读(5) 评论(0) 推荐(0) 编辑
摘要:双向循环链表接口 /*********************************************************** * * file name: DoubleCircularLinkedList interface * author : 19870326073@163.com 阅读全文
posted @ 2024-04-25 14:56 头像被封了 阅读(11) 评论(0) 推荐(0) 编辑
摘要:单向循环链表大纲 /*********************************************************** * * file name: * author : 19870326073@163.com * date : 2024/04/23 * function : * 阅读全文
posted @ 2024-04-24 19:32 头像被封了 阅读(8) 评论(0) 推荐(0) 编辑
摘要:删除单链表L(有头结点)中的一个最小值结点。 /*********************************************************** * * file name: * author : 19870326073@163.com * date : 2024/04/23 阅读全文
posted @ 2024-04-23 21:54 头像被封了 阅读(6) 评论(0) 推荐(0) 编辑
摘要:删除顺序表L中下标为p(0≤p≤length-I)的元素,成功返回l,否则返回0,并将被删除元素的值赋给e。 /*********************************************************** * * file name: * author : 19870326 阅读全文
posted @ 2024-04-22 22:01 头像被封了 阅读(13) 评论(0) 推荐(0) 编辑