资源列表
nizhi
- 单链表的就地逆置 掌握数据结构中的一些基本概念。数据、数据项、数据元素、数据类型和数据结构,以及它们之间的关系-Single list of in situ reverse home master data structure of some basic concepts. Data, data items, data elements, data types and data structures, as well as the relationship between them
define_the_latter_table.txt
- 根据贪心算法,来求解最小生成树; 这种情况,可能求不不全局最优解,但是,可以求出当前情况下的最优解;-According to greedy algorithm to solve the minimum spanning tree this situation, it may not seek the global optimal solution is not, however, you can find the optimal solution under the current si
11
- 关于图结构的深度优先搜索遍历。。。输出搜索的遍历序列-On the graph structure of the depth-first search traversal. . . Output search traversal sequence. .
8-REINAS
- Algoritmo de las 8 reinas
HuffmanFinal
- 掌握结构体、指针及二叉树的生成、遍历等操作掌握霍夫曼编码/译码的原理。-Master structures pointer and binary tree traverse the generation of operate the master Huffman coding/decode principle
To-solve-the-equation-solution
- 使用二分法不断循环,一直到误差很小。求近似解未知方程的零点-To solve the equation
HUFFMAN-CODING-TREE.cpp
- 构造一个具有n个外部节点的扩充二叉树,每个外部节点Ki有一个Wi对应,作为该外部节点的权。使得这个扩充二叉树的叶节点带权外部路径长度总和最小: Min( W1 * L1 + W2 * L2 + W3 * L3 + … + Wn * Ln) Wi:每个节点的权值。 Li:根节点到第i个外部叶子节点的距离。 编程计算最小外部路径长度总和。-Constructing a binary tree with n external expansion nodes, each external n
ZArray
- 通用指针数组类,自动容量扩展,支持前插、后插,查找,前移,后移。
btree
- 一个二叉树层次遍历代码,请各位高手指点一二!-Traversal of a binary-level code, or two expert guidance please!
sjjgzy
- 数据结构作业。单链表。创建一个单链表。输出单链表。-Data structure operations. Single linked list. Create a single list. Output of a single linked list.
DFSApp
- 利用DFSApple算法求出两点之间的最短距离。-DFSApple algorithm using the shortest distance between two points is calculated.
insertstring
- 假设以块链结构(block linked)表示串,试编写将串S插入到串T某个字符之后的算法,若该字符不存在,则将串S联接在串T之后-Which means that the string is assumed to block chain structure (Block linked), try to write the string S is inserted into a character string T algorithm, if the character does not exi