资源列表
bst
- 二叉查找树的源代码,包含查找,插入,删除-Binary search tree source code, including search, insert, delete, etc.
shortest
- 最小代价生成树,克鲁斯卡尔算法,最短路径-Minimum cost spanning tree, Kruskal algorithm
c1
- 编写程序,对给定的n(n≦100),计算并输出k的阶乘k!(k=1,2,…,n)的全部有效数字。 -Programming, for a given n (n ≦ 100), calculate and output the factorial of k k! (K = 1,2, ..., n) of all the significant figures.
heap
- 堆排序程序实现,c++语言描述。调整大顶堆等-Heap sort program implementation, c++ language to describe
c3
- 组合问题 问题描述:找出从自然数1,2,…,n中任取r个数的所有组合。 采用回溯法找问题的解,将找到的组合以从小到大顺序存于a[0],a[1],…,a[r-1]中,组合的元素满足以下性质: (1) a[i+1]>a,后一个数字比前一个大; (2) a-i<=n-r+1。 -Combinatorial problems Problem Descr iption: Find out from the natural numbers 1,2, ..., n r t
dfn_low
- 图论中,输出重连通分量,dfn和low程序。-Graph theory, the output re-connected components, dfn and low process.
c5
- 问题描述:字符序列的子序列是指从给定字符序列中随意地(不一定连续)去掉若干个字符(可能一个也不去掉)后所形成的字符序列。令给定的字符序列X=“x0,x1,…,xm-1”,序列Y=“y0,y1,…,yk-1”是X的子序列,存在X的一个严格递增下标序列<i0,i1,…,ik-1>,使得对所有的j=0,1,…,k-1,有xij=yj。例如,X=“ABCBDAB”,Y=“BCDB”是X的一个子序列。 -Problem Descr iption: character sequence is
Tree
- 数据结构的二叉树操作,数据结构学习起步的简单程序-Microsoft Visual C++
Josephus
- Josephus问题的基本实现,数据结构入门必学,简单易懂的数据结构程序-Josephus problem
Node
- 链表问题的基本实现,数据结构入门必学,简单易懂的数据结构程序-Microsoft Visual c++ node
treeheight
- 数据结构的树的基本程序,数据结构入门必看的简单程序-Microsoft Visual C++ treeheight
Maze_Position
- 数据结构的迷宫算法的实现,简单易懂的小算法-Microsoft Visual C++ maze algorithm
