资源列表
[数据结构常用算法] C程序自动测试程序系统
说明:C程序自动测试程序系统,主要是测试数据结构中的几个经典算法:关于排序,树的遍历等.-C automatic test procedures, test data is the main structure of classical algorithm : Sort of, such as tree traversal.<徐杰> 在 2025-06-15 上传 | 大小:603kb | 下载:0
[数据结构常用算法] recall
说明:回溯.rar是一种系统地搜索问题的解的方法。回溯算法的基本思想是:从一条路往前走,能进则进,不能进则退回来,换一条路再试。-Back. Rar is a systematic search of the solution method. The basic idea of backtracking algorithm is: from one way forward, can be entered into, can not enter the return to, try another ro<李一凡> 在 2025-06-15 上传 | 大小:602kb | 下载:0
[数据结构常用算法] PBFSandDfsList
说明:数据结构中对有向图采用邻接表为存储结构实现对有向图的建立、深度优先遍历和广度优先遍历,同样有测试数据-Data structure of a directed graph with adjacency table for the storage structure to achieve the establishment of a directed graph, depth-first traversal and breadth-first traversal, the same test da<liqiang> 在 2025-06-15 上传 | 大小:603kb | 下载:0
[数据结构常用算法] Calculator
说明:数据结构,算术算法。自己写的。比较完善。简单易懂。注释齐全-Arithmetic algorithm data structure. Wrote it myself. Improve.<ali> 在 2025-06-15 上传 | 大小:603kb | 下载:0
[数据结构常用算法] dynamiccash123
说明:应用动态内存的字符串类定义 有助于对类与对象 动态内存分配的理解-Application of dynamic memory the string class contribute to the definition of classes and objects to understand the dynamic memory allocation<孙敯> 在 2025-06-15 上传 | 大小:603kb | 下载:0
[数据结构常用算法] Data-structures
说明:数据结构里面大部分的解决了在编程中遇到的算法问题。-Data structures which most of the solve the problems encountered in the programming algorithm.<linhuiying> 在 2025-06-15 上传 | 大小:603kb | 下载:0
[数据结构常用算法] 2
说明:.假设含n个记录的序列中,其所有关键字为值介于v和w之间的整数,且其中很多关键字的值是相同的。则可按如下方法进行排序:另设数组number[v…w]且令number[i]统计关键字取整数i的记录数,之后按number重排序列以达到有序。试编写算法实现上述排序方法?(Suppose that in a sequence containing n records, all the keywords are integers between V and W, and many of them are<乘龙千里> 在 2025-06-15 上传 | 大小:605kb | 下载:0