资源列表
Queen8
- 八皇后问题是一个古老而闻名的问题,是回溯算法的典型例题。对于八皇后问题的实现,假如结合动态的图形演示,则可以使算法的描述更形象、更生动,使教学能产生良好的效果。课题目标是实现八皇后动态图形,主要应解决以下两个问题: 1.回溯算法的实现2.图形存取。-8 Queen s problem is an old and well-known problem is a typical example of backtracking algorithms. 8 Queen s problem for the
SSP
- I implement Dijkstra s Single Source Shortest Path, say SSP, algorithm for directed graphs using a simple data structure, say simple scheme, Fibonacci heaps, say F-heap scheme, and Pairing heaps, say P-heap scheme, and measure the relative performanc
paixu
- 各种排序算法,希尔,插入,冒泡,快排序,等六种排序方法-Various sorting algorithms, shell, insertion, bubble ...
jiajupu
- 用二叉树表示族谱,比如查找孩子,括号表示法等。-That the family tree with binary tree, for example, to find children, brackets indicate that law.
wuziqi
- 五子棋c语言程序代码(数据结构)有的短哦@!-wu zi qi c yu yan
6.7.1
- 图的深度和广度优先搜索 1.图采用邻接表的存储结构 2.深度优先搜索图 3.广度优先搜索图-1. Graph using adjacency list of the storage structure 2. Depth-first search Figure 3. Breadth-first search graph
5.6.1
- 1、二叉树的创建和遍历演示 1)从键盘输入二叉树的各结点值,按先序递归方式创建二叉树 2)分别实现先序、中序、后序递归遍历二叉树 3)输出二叉树的按层次遍历序列 4)输出二叉树的中序非递归遍历下的结点访问次序-1, binary tree traversal of the creation and demonstration of 1) from the keyboard input of the binary tree node value, according to firs
suanshibiaodashiqiuzhi
- 一个关于算式表达式求值的课程设计,做的还不错!-A formula for the value of the expression of the curriculum design, well done!
shuyjujiegousheji1.6
- 数据结构设计,约瑟夫环程序设计,自认为写的还不错!-Data structure design, Joseph Central programming, since that' s also good to write!
senlin
- 森林的层次遍历、广义表输出等关于森林的一些基本操作-Traverse the level of the forest, a broad sheet output on some of the basic operation of the forest
TREES
- 森林的层次遍历、广义表形式输出等关于森林的一些基本操作-Traverse the level of the forest, such as the generalized form of the output on some of the basic operation of the forest
YangHui
- 本程序的实现了杨辉三角的自动显示。希望对初学数据结构的同学有帮助。-This program achieves to show YANG_HUI triangle.I hope that it may give help to every student.