资源列表
[数据结构常用算法] PreOrderTree
说明:数据结构树的初步实现 写了迭代器 还有树的先序遍历 但是iterator 的operator 没有实现-Preliminary data tree also wrote a tree traversal iterator iterator s operations but did not realize operator<翟增辉> 在 2025-06-15 上传 | 大小:2kb | 下载:0
[数据结构常用算法] 1016
说明:浙大 编程能力测试 的甲级题目 第 1016. Phone Bills (25) 电话账单统计问题 繁杂的题目 但是其实并不难 思维条理很简单的-A long-distance telephone company charges its customers by the following rules: Making a long-distance call costs a certain amount per minute, depending on the time of day<林七七> 在 2025-06-15 上传 | 大小:2kb | 下载:0
[数据结构常用算法] shuyezifugeshu
说明:求给定书页范围的书页字符总个数,可以拿来练练手。基本的迭代算法。-calculate all the number of pages index.<李中明> 在 2025-06-15 上传 | 大小:2kb | 下载:0
[数据结构常用算法] bothwaylist
说明:利用结构体定义结点,每个结点有前驱指针与后继指针,结点数据也是用指针动态开辟内存,每个前驱指针指向前一个结点,每个后继指针指向后一个结点实现双向循环列表,新数据插入可选择首部插入与尾部插入-Use structure is defined nodes, each node has predecessor and successor pointers pointer, node data also opened with a pointer dynamic memory, each precurs<曾捷> 在 2025-06-15 上传 | 大小:2kb | 下载:0
[数据结构常用算法] some_sorting_ways
说明:几种经典的排序方法,有气泡、希尔、直接插入等-some classic sorting ways<> 在 2025-06-15 上传 | 大小:2kb | 下载:0
[数据结构常用算法] Personal-Address-Book-Management
说明:可以实现个人通讯录的简单管理,包括添加,查找,删除联系人信息的C语言源代码-You can implement simple management of personal contacts, including add, find, delete contact information of C language source code<lemon> 在 2025-06-15 上传 | 大小:2kb | 下载:0
[数据结构常用算法] List
说明:数据结构的核心一定要学好链表,链表的是用动态分配内存的方式,在节点之间进行操作的,本程序主要由链表的初始化,增删查改等功能。-Core data structure must learn the list, the list is dynamically allocates memory between nodes operate, the program mainly by the initialization list of additions and deletions to change<金彪> 在 2025-06-15 上传 | 大小:2kb | 下载:0