资源列表
datastruct_flash
- 数据结构算法的flash动画演示,形象生动地说明了链表、栈、队列等操作的流程。-Data Structure Algorithm Animation flash, image vividly illustrates linked list, stack, queue operations, such as flow.
datastruct_exercises_answer
- 数据结构习题集及解答,可供(研究生)考试复习,很好的参考资料。-Data Structure Exercises and answer set for (graduate) exam review, a good reference.
prim
- 自己编的,在VB中实现普里姆最小生成树算法的代码,有图的,边的权值是随机生成的,5个节点,点“generate tree”,就会显示出最小树。-Own, and in VB in the minimum spanning tree algorithm prim implementation code, there is graph, edge weights are randomly generated, five nodes, point " generate tree" ,
shujujiegou
- 这是关于数据结构中的一些算法的讲解 如:排序的方法、图、树、二叉树、遍历-This is about some of the data structure on algorithm such as: sequencing methods, map, tree, binary tree
linearformoftheapplication
- 数据结构中C++实现的线性表的应用,单链表中插入和删除-Data structure in C++ implementation of the linear form of the application, a single list in the insert and delete
Calculator
- function recognition
datastruct
- 严蔚敏数据结构源代码,很有用,可与书本结合使用-YAN Wei-min data structure source code, very useful, can be used in conjunction with the books
datasturt_PPt
- 数据结构课件,ppt,自学数据结构的必备资料,自己看吧-Data structures courseware, ppt, self-learning data structures necessary information
BiTree
- 二叉树的创建,中序,先序,后序,层次遍历-Binary tree creation, in sequence, first sequence, the latter sequence, the level of ergodic
linkline
- 如何连接两个链表,如何定义链表的数据结构,让算法的时间复杂度最小-how to link two lines?How to define the structure of the line?But it must let the time complex minimize.
C_turb_program
- C++_turb_program.rar,各种算法的代码实现。-Many Algorithm write by c++.
TsinghuaCdatastructures
- 清华+殷人昆C++数据结构 幻灯片教学课件 通过本课程的学习,应达到知识和技能两方面的目标: 1、知识方面:从数据结构的类定义和对象的使用,以及存储表示和操作的实现两个层次,系统地学习和掌握常用的基本数据结构(包括数组、顺序表、多项式、字符串、链表、栈与队列、优先级队列、广义表、树与森林、二叉树、堆、集合、图、搜索结构、索引结构、散列结构等)及其不同的实现,了解并掌握分析、比较和选择不同数据结构、不同存储结构、不同算法的原则和方法,为后续课程的学习打好基础。 -Tsinghua Q