资源列表
消除文法左递归
- 消除文法左递规算法的实现(此为可执行源代码)-left eliminate grammar rules delivery algorithm implementation (such as executable code )
树与链表结合使用
- 这是一个用c实现的将树与链表结合起来使用的算法。-c used to achieve the Tree and List combine the use of algorithms.
TopologicalSort
- 数据结构的拓扑排序算法,很形象,用c语言编成,非常的不错,值得推荐,基本无bug-data structures topological sorting algorithm, the image was used c language composition, very good, worthy of recommendation, the basic bug -
Sortarithmatic
- 数据结构算法之各种排序算法比较,由c语言编写而成,希尔,快速,堆排序三种-algorithm data structure the various sorting algorithms, the language from c prepared, Hill, rapid and three Heap Sort
Hashtab
- 数据结构算法之一,哈希表的构成,冲突采用双哈希再散列解决-algorithm data structure, the composition Hash Table, double-conflict re-hash Hash solution
Transpose
- 数据结构算法之一,矩正的转制,显示矩正转换前后用于比较-algorithm data structure, one moment is the conversion moments are shown for comparison before and after conversion
JOSPHS
- 采用带头结点的约瑟夫算法,存储结构采用单链表结构,无bug-using lead node Joseph algorithm, a single storage structure Chain structure, no bug
Marriage
- 稳定婚姻:第一步配成一对夫妇, 即组成一个有序对, 以此作为问题的部分解, 以后每一步考虑一男一女, 如果将他们组成有序对并加入到部分解中, 不会引起不稳定, 则加入之 否则, 不组成有序对, 而是考虑另一对男女. 这样一步步地给部分解增加有序对, 直至得到完整解.在回溯的基础上,找到最优。 -stable marriage : first night of a couple that is a component ordered pair, as part of the problem sol
动态规划-矩阵连乘
- 由于矩阵连乘不同结合方式的运算工作量很不一样. 工作量相差也非常大;所以要寻找一种最佳的结合方式, 然后再执行矩阵乘法运算-continually multiply matrices combining different ways of computing workload very different. The workload is also very big difference; So to find the best combination of a way, and then th
041321239
- 电路板排列算法,是算法和数据结构分析里面非常经典的算法。用c++实现-circuit board with algorithms, data structures and algorithms inside very classic analysis of the algorithm. Using C + +
mergedistinct
- 利用归并排序检查输入的数值是否有相同值,方法是在归并排序的过程中边排边判断 -use Merging Sort of input have the same numerical value is in the process of merging sort Side judge Pai Pin
shunxuzhan
- 数据结构里的顺序栈在vc 下的实现,想必大家学习数据结构的时候都要学的吧。-data structure, the sequence in vc stack under the realization that we must study the data structure needed to learn this.