资源列表
6-48
- 构造任意k元(k≥2)Huffman树算法,k元哈夫曼树的构造与2元哈夫曼树的构造相同,差别只在于k元哈夫曼树需考虑虚设的0的个数。-Construct an arbitrary k-ary (k ≥ 2) Huffman tree algorithm, k element of the Huffman tree structure with two yuan the same Huffman tree structure, the difference lies in k-ary Huffma
2-70
- 实现把一个简单链表分裂成两个链表,使两个链表长度相等,或其中一个链表的结点数比另一个多1。思想:用两个指针p,h指向链表,初始时p指向表头结点,h指向第二个结点,然后p指针每次走一步,h指针每次走两步,这样当h走到表尾时,p正好走到中间,因此一个链表就是原链表中从头结点到p结束,另一个链表就是从p以后开始的链表。-Implement a simple list to split into two lists, so that the two lists of equal length, or o
lianbiao
- 单链表的建立,插入,删除操作,适用于数据结构初学者使用-The establishment of a single linked list, insert, delete, data structures for beginners
DataStructer-Assigments
- 数据结构的第二章作业。关于链表,栈等所有基本操作的代码-Chapter II of the data structure operations. About linked lists, stacks and all the basic operations of the code
shujujiegou
- 数据结构算法演示程序。讲解数据结构算法。-Data structure algorithm demo program. Explain the data structure algorithms.
LidDrivenFlow_LBM_Test
- c++编写的LBM d1q3算法,用于求解顶盖速度-c++ written in LBM d1q3
LinkList
- 用C++完美实现读入文件,然后利用单链表数据结构插入、删除、查找,通过利用String类来完成。-C++ to achieve the perfect read files, then use a single linked list insert, delete, search, through the use of the String class to complete.
Dijstra
- Dijstra算法c源代码。优化完整版。-Dijstra algorithm c source code. Optimize the full version.
yuesefu
- 数据结构 约瑟夫环 链式循环结构 按顺序输出将输入的数字依次输出-Data structure Josephus chain loop structure in order to enter the digital output of the output sequence
BASE45
- C++类的各种功能的实现功能可以实现链表的各项操作,比如删除,遍历,添加等功能-C++ class implementation of the various functions of the list function can operate, such as delete, traverse, to add other features
recursivequicksort
- program for balanced recursive quick sort
dijikshaalgo
- This the program for dijaksha s algorithm -This is the program for dijaksha s algorithm
