资源列表
Optimal-binary-search-tree-algorithm
- 最优二叉搜索树算法,Optimal binary search tree algorithm-Optimal binary search tree algorithm
Graph
- 该程序主要完成对图的创建,并实现图的深度优先遍历和广度优先遍历-The program mainly to complete the creation of a graph, and to achieve depth-first graph traversal and breadth-first traversal
calculator
- 用链栈做计算器,数据结构实验课作业,原创代码-Chain calculator stack data structure to do
最大k乘积问题
- /*最大k乘积问题 问题描述: 设I是一个n位十进制整数。如果将I划分为k段,则可得到k个整数。这k个整数的乘积称为I的一个k乘积 。 试设计一个算法,对于给定的I和k,求出I的最大k乘积(n<=10)。 示例:输入为 : 4 3 结果:1234 */-/ k * Product of the biggest problems Descr iption : I set up is a n-bit decimal integer. If I will be divided into k, k
eight-queen
- 通过堆栈结构解决著名的八皇后问题,同时也是数据结构中的典型例题-Codes for the well-known eight-queen problem
algorithm
- 非常实用的非递归二叉树遍历算法,可以解决许多生活中时机的问题-Very useful non-recursive binary tree traversal algorithm that can solve many problems in life time
Sort
- 数据结构中的内部排序,有很多排序方法,这在以后的软件系统开发上很有用-Sort of internal data structures, a lot of sorting method, which is useful in the future software system development
internal-sorting
- 内部排序,数据结构里典型的编程题,包含常见的排序方法-Typical programming problems, internal sorting, data structures contain a common sort method
hdu4113
- hdu4113的ac源码。算法:基于连通性的动态规划。题意:输入一个ox网格,进行最小圈画。-AC source of hdu 4113. Algorithms: dynamic programming-based connectivity. Meaning of the title: Enter a ox grid, do the minimal painting which satisfy the request.
TuSDP
- 图的深度优先遍历算法源代码,基于无向赋权图
tree
- 数据结构,图的遍历,深度优先遍历,广度优先遍历。-Data structures, graph traversal, depth-first traversal, breadth-first traversal.
qjsf
- 穷举密码算法 /在许多情况下我们需要穷举组合的算法,比如密码词典。 //这个算法的关键是密码下标进位的问题。 //另外本例子中的写文件语句效率比较低,为了降低算法复杂度没有优化。 //如果要提高写文件的效率,可以使用缓冲区,分批写入。
