资源列表
eight-number
- 八数码的三种解法:A算法,广度优先,深度优先-Three Solutions to eight digital: A algorithm, breadth-first, depth first
topologywaytoarrangecourses
- 用拓扑排序实现对学生整个大学学期内的课程的自动安排-a easy fuction to arrange the courses of student
node
- 建立节点与节点链表,对c++的类有进一步的理解-set the node and nodelist,in order to have a good knowlege of the c++
removeDuplicates2
- 上课的作业,是除去数组中的重复元素,利用数据结构常用算法-class operation is to remove duplication of array elements, the use of commonly used data structures Algorithm
Ranking
- 演示链表的操作,主要有修改、添加、查询、删除等。代码可以运行,对学习链表有帮助-Demo list of operation, basically have to modify, add, delete, inquires, etc. Code can run to the study of the list of the help
Graph
- 图的操作,包括1.利用普利姆算法实现最小生成树; 2.利用克鲁斯卡尔算法实现最小生成树; 3.利用迪克斯特拉算法实现最短路径; 4.构建图形;-The chart operation, including 1. the algorithm realizes the smallest spanning tree using Pu Limb 2. algorithm realizes the smallest spanning tree using Crue the
Huffman
- 数据结构,Huffman编码与解码,采用Huffman编码和二叉树知识-Data structure, Huffman encoding and decoding, using Huffman encoding and two fork tree knowledge
shujujiegou
- 数据结构和算法动画演示便于大家更好的学习数据结构-Animation of data structures and algorithms to facilitate better learning data structure we
jigejingdiansuanfa
- 数据结构几个经典算法及课件及上机作业 -Several classical algorithms and data structures courseware and on the machine operation
ch02_LinerList
- 面向对象的数据结构 c++环境下的线性表类库源代码-c++ environment, source code library of linear table
排序算法
- 冒泡排序、快速排序、希尔排序、堆排序等等常用的排序算法。C/C++实现(Bubble sort, quick sort, Hill sort, heap sort, and so on, commonly used sorting algorithm. C/C++ implementation)
Frequencydistribution
- /*功能:从纯英文文本中统计出现频率最高的前十个单词(采用双向列表) */- Frequency distribution of the vowels and consonants used in the sample.