资源列表
[数据结构常用算法] houzixuandawang
说明:经典程序,用c语言程序编写,用数据结构知识,初学者的必选。-this is an interesting problem.<李磊> 在 2024-11-07 上传 | 大小:3kb | 下载:0
[数据结构常用算法] zuijiandanhouxixuandawang
说明:猴子选大王最简单的程序,适合初学者学习c语言。-this is an easy programme.<李磊> 在 2024-11-07 上传 | 大小:3kb | 下载:0
[数据结构常用算法] WinRAR-ZIP
说明:在C++用递归实现链表逆序 使得倒序输出。-#include <stdio.h> #include <stdlib.h> #include <time.h> const int M=10 typedef int Type typedef struct Node{ Type data struct Node* next }Node void add_elem<ye zi> 在 2024-11-07 上传 | 大小:3kb | 下载:0
[数据结构常用算法] binarytree
说明:讲递归函数改成非递归可以采用循环的方式,找出第K大的元素也可以变查找边记录,而对于删除某一个范围,可以设置判断条件。一旦满足就调用删除函数。-in order to tranverse a binarytree and you can add or delete a node with the function.you can also fine the biggest one etc.<李青> 在 2024-11-07 上传 | 大小:3kb | 下载:0
[数据结构常用算法] duoxiangshi
说明:带头结点的链式存储结构存储多项式,实现多项式相加,用两种算法实现,对比两种算法的优势,能学到许多。-Take the lead in the chain storage node structure stored polynomial<王争> 在 2024-11-07 上传 | 大小:3kb | 下载:0
[数据结构常用算法] dlist
说明:这是一个单向链表的例子,请站长过了吧,-This is a singly linked list example, the owners had it, thank you<Tim Beliey> 在 2024-11-07 上传 | 大小:3kb | 下载:1