资源列表
jisuanqi3
- 利用数据结构栈的思想,按照四则运算加、减、乘、除、幂(^)和括号的优先关系和惯例,编写计算器程序-Stack data structure using the ideas, in accordance with the four operations add, subtract, multiply, divide, power (^) and the priority relations between the brackets and practice procedures for the p
shujjg
- 对学习数据结构有帮助,希望大家都能学好数据结构-Data structure for learning help, I hope people will learn the data structure
Dijkstrashortpath
- 求解最短路径的程序。根据迪杰斯特拉的算法思想写出的程序。运行环境VC++6.0-Procedures for solving the shortest path. Dijkstra' s algorithm based on ideas to write procedures. VC++6.0 environment
data_structure
- 包括图、二叉树、链表,队列(飞机场)和堆栈7个实验-includ diagram,tree,links,queue(plane)……
sjjg_haxi
- CH81.C:哈希表:开放地址法解决冲突 CH82.C:哈希表:拉链法解决冲突 PROG1.C:实习题1程序 PROG2.C:实习题2程序 PROG3.C:实习题3程序-CH81.C: Hash Table: Opening address conflict resolution method CH82.C: Hash table: zipper method of conflict resolution PROG1.C: Title 1 program interns
FDG
- 这个简单的程序写的是几种不同的对二叉树的遍历算法,在数据结构中经常可以看到。-This simple procedure is to write several different types of the traversal algorithm for binary tree in data structure can be seen frequently.
btree
- 数据库的应用,基于索引,实现一个简单的B+树搜索树 -Database application, based on the index, the realization of a simple B+ tree search tree
01bag
- 01背包问题最简单实现,可在其上做更多的扩展,不知道可否不用递归用堆栈-01 knapsack problem to achieve the most simple, can do more in its expansion, I do not know can not use recursive stack
chain
- 已知一个双向链表,从第二个元素开始已经呈递增有序,随意 输入几个数字,把第一个数字插进去,条件的是呈递增有序-Known to a two-way list, from the beginning of the second element has been increasing in an orderly manner, free importation of a few figures into the first number, and the conditions that wer
1800
- 数据结构1800题和答案,具体请自己查看-Data Structure 1800 questions and answers, specifically your own view
Nearestpoint
- 最近点对算法的实现,用穷举法证明程序的正确性。-Nearest point of the algorithm, the exhaustive method to prove the correctness of the procedure.
Cpair
- 最近点对算法,穷举法证明算法的正确性,可供学习和参考-Nearest point of the algorithm, exhaustive method to prove the correctness of algorithms for learning and reference