资源列表
[数据结构常用算法] Data_Structure_Code
说明:运用基本的数据结构操作,实现简单的功能。其中INVERSE代码实现了一组至多组整形数在单链表中的反序输出操作;mypoly代码实现了多项式在单链表的加减法输出;operation代码实现了利用穿拼接出最大的整形数;括号配对1代码实现了一组至多组括号字符的用顺序栈检查配对情况;身高排序插入代码实现单链表的插入操作。-Using the basic data structure operations to achieve some simple functions. INVERSE code set<杨光浦> 在 2025-06-21 上传 | 大小:3kb | 下载:0
[数据结构常用算法] C2A6E2_SortValues.cpp
说明:Sorts values in C++ using arrays<gpop> 在 2025-06-21 上传 | 大小:1kb | 下载:0
[数据结构常用算法] KnightTour
说明:数据结构中骑士游历问题的详细代码程序,开发环境为vc6-Data structure detailed code procedures, the development environment knight tour problem is vc6<苗岩> 在 2025-06-21 上传 | 大小:424kb | 下载:0
[数据结构常用算法] greedy-algorithm
说明:贪婪算法从文件输入一个高精度正整数N,去掉其中任意S个数后剩下的数字按原左右次序将组成一个新的正整数。编程对给定的N和S,寻找一种方案使得剩下的数字组成最小的新数。 输出得到的新正整数 -greedy algorithmEnter a high precision the file is an integer N, remove any of the number of S after the number of the left and right in order to form<cxd> 在 2025-06-21 上传 | 大小:26kb | 下载:0
[数据结构常用算法] Buiness
说明:采用回溯法解决经典的商人过河问题,特色是可以让用户随意设定商人和仆人的数量(商人数大于仆人数)。-Use backtracking to solve the classic businessman river issues, This program allows users to freely set the number of merchants and servants (trade number is greater than the number of servant).<Anwei> 在 2025-06-21 上传 | 大小:2kb | 下载:0