资源列表
[数据结构常用算法] table_single
说明:顺序表和单链表分别实现集合的并,交,差以及对称差运算-Order to achieve the table and set of single chain, respectively, intersection, difference and symmetric differential operators<邹蓉> 在 2025-06-14 上传 | 大小:1kb | 下载:0
[数据结构常用算法] jiheyusuan
说明:本文件为,实现数组及数值的集合运算的代码。-This document is to achieve the set of the array and numerical computation code.<邹蓉> 在 2025-06-14 上传 | 大小:1kb | 下载:0
[数据结构常用算法] ch03
说明:打印出所有的1-1000之间所有的“水仙花数”,所谓“水仙花数”是指一个三位数,其各位数字立方和等于该数本身。例如:153-Between all of the 1-1000 print all of the " Narcissus number" , the so-called " Narcissistic number" refers to a three-digit, the number of its Members and equal to the n<庄志聪> 在 2025-06-14 上传 | 大小:3kb | 下载:0
[数据结构常用算法] Text1
说明:一个统计学生成绩的程序,要求输入10个学生5门功课的成绩,分别用子函数求出:(1)每个学生的平均分;(2)每门功课的平均分;(3)找出最高分所对应的学生和功课-A statistical procedure for student achievement, asked to enter the 10 students five homework results were obtained with Functions: (1) The average score for each student<Candy> 在 2025-06-14 上传 | 大小:1kb | 下载:0
[数据结构常用算法] RedBlackTree
说明:红黑树、二叉搜索树的实现和性能比较。因为实验要求指定了输入哪些数据,所以在实现时我用了一个数组将所有的数据保存到内存里,然后直接调用插入和删除操作,这样就不再需要用户输入数据,省去了输入数据的麻烦。删除操作也是在程序里直接调用的,不要用户输入。-red black tree<何雯> 在 2025-06-14 上传 | 大小:246kb | 下载:0
[数据结构常用算法] UnDirectGraph
说明:本程序实现了《数据结构》课本中无向图的基本算法,包括图的构造、图的深度、广度优先遍历算法、用Prim、Kruskal算法构造最小生成树以及分别用Dijkstra、Floyd算法求源点到所有顶点、图中任意两点间的最短路径,并给出具体的路径 -This procedure achieved a " data structure" textbooks undirected graph the basic algorithm, including graphs, graph depth<王广友> 在 2025-06-14 上传 | 大小:39kb | 下载:0
[数据结构常用算法] BinaryTree
说明:数据结构中二叉树的实现以及先序,中序,后序的遍历,并且有计算叶子结点,深度等等附加功能-Data Structure:Binary Tree,achieve some functions like:preorder,inorder,postorder,depth calculation,node calculation and so on.<Micrs> 在 2025-06-14 上传 | 大小:250kb | 下载:0
[数据结构常用算法] SortProblems
说明:数据结构:实现各种排序的功能,包括快速排序,希尔排序,堆排序-Data Structure:Solve some sort problem, include insert sort,merge sort,quick sort,heap sort,and so on.<Micrs> 在 2025-06-14 上传 | 大小:312kb | 下载:0