资源列表
[数据结构常用算法] TravelingSalesmanProblem
说明:用便宜算法解决旅行商问题,附测试用例和报告-Cheap algorithm used to solve traveling salesman problem, with test cases and reporting<杨猛> 在 2025-06-15 上传 | 大小:8kb | 下载:0
[数据结构常用算法] goldcard
说明:问题的提出:金卡在现代生活里应用广泛,无论排长队于ATM机前取款还是就餐、购物、就医等等。在国外电子货币十分流行,其实电子货币是系统工程,它涉及金融、安全、通信、计算机等领域。这里为使读者掌握动态数据的用法,仅模拟其存款于取款过程。-The question raised: Gold in the modern life are widely used, regardless of long lines at teller or ATM machine before dining, shoppi<王清> 在 2025-06-15 上传 | 大小:8kb | 下载:0
[数据结构常用算法] BinaryTreeData
说明:用c语言实现了二叉树的数据定义,二叉树的构建、销毁,以及先序、中序、后序的递归算法及其源代码.-Implementation using c language definition of binary tree data, Binary Tree Construction, Destruction, and the first order, in sequence, after the sequence of the recursive algorithm and source code.<凌涵> 在 2025-06-15 上传 | 大小:8kb | 下载:0
[数据结构常用算法] rbtree
说明:红黑树是一种自平衡二叉查找树,是在计算机科学中用到的一种数据结构,典型的用途是实现关联数组。-AVL trees are actually easier to implement than RB trees because there are fewer cases. And AVL trees require O(1) rotations on an insertion, whereas red-black trees require O(lg n). In practice, the<kark> 在 2025-06-15 上传 | 大小:8kb | 下载:0
[数据结构常用算法] SqList
说明:在VC6.0环境下,用C实现顺序表的基本操作:建立空表、销毁表、清空表、求表长、取表中某个元素、查找某元素在表中的位置、求前驱后继、插入删除元素等。 文件中不仅包含源码 ,还包含一组测试结果。对于刚刚学习数据结构的人是-At VC6.0 environment, using C implementation of the basic operation sequence tables: Create an empty table, the destruction of form, empty<shuiyeshan> 在 2025-06-15 上传 | 大小:8kb | 下载:0
[数据结构常用算法] eight-queens
说明:在vc6.0下用c++写的八皇后问题,基于最基本的递归回溯策略,打印输出92个解-At vc6.0 using c++ to write the eight Queen' s question, based on the most basic recursive backtracking strategy, printouts 92 Solutions<方程> 在 2025-06-15 上传 | 大小:8kb | 下载:0
[数据结构常用算法] SqList_insert
说明:用VC++实现数据结构中:在指定的位置上,线性表的插入 -Using VC++ implementation: ~ linear table data structure insertion<huang20> 在 2025-06-15 上传 | 大小:8kb | 下载:0