资源列表
1
- 顺序表基本功能的实现,实现插入、删除、修改、查找,并将结果在屏幕上输出适合初学者!-The realization of the basic functions of the order of the table to achieve insert, delete, modify, search, and the results on the screen output suitable for beginners!
kruskal
- 数据结构课程设计关于生成最小生成树的问题-Curriculum design data structures generated minimum spanning tree problem on
lcs
- 寻找两个字符串的公共子串序列,通过输入两个字符串,返回其共有的最长子串-long continue string for two input string
shortest_path
- 最短路径 的实现算法 数据结构 C++ 严蔚敏 -Shortest path algorithm of the data structure C++ Yan Wei Min
commonparents
- 功能:寻找二叉树的公共祖先,返回公共祖先的key值-Function: looking for binary tree s public ancestors, return the key value of public ancestors
zhucunkongjianfenpeihehuishou
- 设计一个程序,可以由用户初始化空闲表和作业申请队列,程序在这个基础上模拟作业调度及内存分配,并将过程显示。 用户初始化空闲表的时候需要指定每一个空闲块的大小及起址,程序根据空闲块起址自动将其插入到空闲表中的相应位置 用户初始化申请队列时只需输入作业名及提交时间,所需时间。程序将申请队列中的作业按提交时间排序。-Design a program that can free the user initiates an application form and job queues, proc
prim
- 用prim算法实现最小生成树,运用c++代码实现最短路径问题-Minimum spanning tree algorithm with a prim, use c++ code to achieve the shortest path problem
middle
- 动态规划求解01背包问题,使用VC++6.0开发,C-dynamic program for 0-1 package problem
HUFFMANT
- HUFFMANT算法编程语言,vc环境中适用! 《数据结构》课程的经典作业-HUFFMANT algorithm programming language, vc for the environment! " Data Structure" Course of the classic work
迷宫求解
- 迷宫已经定义好,程序会计算输出迷宫的路径(output the path of the maze)
yuesefu
- 约瑟夫环问题:设编号为1,2,3,……,n的n(n>0)个人按顺时针方向围坐一圈,每个人持有一个正整数密码。开始时任选一个正整数做为报数上限m,从第一个人开始顺时针方向自1起顺序报数,报到m是停止报数,报m的人出列,将他的密码作为新的m值,从他的下一个人开始重新从1报数。如此下去,直到所有人全部出列为止。令n最大值取30。要求设计一个程序模拟此过程,求出出列编号序列。-Josephus problem: Let numbered 1,2,3, ... ..., n of the n (n&
Polynomial-together
- 这是一个一元多项式相加的数据结构的小程序,是C++版的 -Polynomial together