资源列表
fibonaqi
- Fibonacci数列是一种特殊的数列,数列的第一项、第二项的值为1,从数列的第三项开始,每一项的值都等于数列前两项值的和。本题就是编程求解Fibonacci数列第n项的值,并在屏幕上显示出来。-Fibonacci series is a special series, the first series of items, the second of the value of a, series from the third, each have a value equal to the ser
queue8
- 八皇问题,是数据结构中一种典型的问题,一般采用回溯算法来解决,是一种经典的算法-eight Huang, data structure is a typical problem, generally use backtracking algorithm to solve them. is a classical algorithm
ffg
- 输入N位数,在其中插入R个乘号, 使得所得的结果最大.-Enter the N-digit, insert one of R at a multiplication sign, making the results of the largest.
travel
- 本程序可实现二叉树的构造,对树的节点没有限制,并实现树的各种遍历,-This procedure enables the binary tree structure, there is no restriction on the tree node, and to achieve a variety of tree traversal,
queue
- 循环队列实行删除,插入功能等的程序代码-queue insert and delete function
7-6
- 数据结构 翁惠玉著 第七章第六题 自己写的,很好用-data structure chapter7 case6
liststack
- 实现了链栈的初始化、进栈、出栈、取栈顶、置空操作.-Initialize the stack to achieve a chain, into the stack, the stack, take the stack, and placing air operation.
LList
- 链表的实现(用c++实现的)都是发生地人发的是股份 -linklist
31
- 二叉排序树的构建,采用llink-rlink方式存储二叉排序树,编写能够通过键盘输入建立二叉排序树,并在建立完立即在屏幕显示中序遍历结果的程序。-Construction of binary sort tree, using llink-rlink stored binary sort tree, the preparation can be established through the keyboard input binary sort tree, and immediately in t
C
- Dijkstra算法 能够以此来解决最短路问题-Dijkstra algorithm to solve the shortest path problem
dizengcharu
- 该程序的主要功能是数据结构中实现递增插入用C++语言描述的-The program s main function is to increment insert the data structure in C++ language to describe
Block-search
- 用二分法建立索引表,在此基础上进行分块查找的算法,用c语言加以实现。-Indexing table with the dichotomy block search algorithm based on this, to be implemented by c language.