资源列表
pp
- 大学数据结构课程设计链表实验:学生信息管理(data structure curriculum design)
beibao5
- /* 背包问题 问题定义: 有一个背包重量是T,有n件物品,重量分别是W0,W1...Wn-1 问能否从这n件物品中选择若干件放入背包中使其重量之和正好为T */(Tipcal package problem)
代码
- 在多维数组中,求3*4矩阵中所有元素的最大值(Finding the maximum of all elements in a matrix)
9、Hash表应用
- 散列表(Hash table,也叫哈希表),是根据关键码值(Key value)而直接进行访问的数据结构。也就是说,它通过把关键码值映射到表中一个位置来访问记录,以加快查找的速度。这个映射函数叫做散列函数,存放记录的数组叫做散列表。(A hash table (Hash table, also called hash table) is a data structure that accesses directly according to the key code value (Key val
1.1.2a2
- jnfg fkjekgn lgjkdndr gkjn
python算法库
- 人工智能算法的研究,大数据的处理,常见的数据结构的写法(The study of artificial intelligence algorithm, processing of big data, common data structure)
Binary tree
- 利用平衡二叉树,将输入数字排列成左小右大的二叉树,内附代码和文件说明(Using the balanced binary tree, the input number is arranged into a left small right large two fork tree, with the enclosing code and file descr iption)
HashTable
- Implementation of c++ hash table... Used to learn c++ grammar
BTree
- 遍历二叉树(前序,中序,后序),包括二叉树的创建,此二叉树为链式二叉树,是手动创建的(Traversing the two fork tree (preorder, middle order, post order))
数据结构课件-V2
- 里面有数据结构的相关资料,可以祝你学习,可以下载(There are related data structure, can I wish you learn, you can download)
最小生成树
- 使用MATLAB编写的Kruskral最小生成树算法,可用于求最短路径等。(Using MATLAB Kruskral minimum spanning tree algorithm, can be used to find the shortest path.)
最短路
- MATLAB实现的最短路算法,包括Ford算法,Floyd算法等。(MATLAB implementation of the shortest path algorithm, including Ford algorithm, Floyd algorithm, etc..)