资源列表
Queen8
- 经典八皇后回溯算法实现,希望能帮助你的学习-Queen 8
Mazeproblem
- 迷宫问题以一个m*n的长方阵表示迷宫,0和1分别表示迷宫中的通路和障碍.设计一个程序,对任意设定的迷宫,求出一条入口到出口的通路,或的出没有通路的结论. {基本要求}: (1)实现一个以链表作存储结构的栈类型,然后编写一个求解迷宫的非递归程序。求得的通路以三元组(i,j,d)的形式输出,其中:(i,j)指示迷宫中的一个坐标,d表示走到下一个坐标的方向. (2)编写递归形式的算法,求迷宫中所有通路. (3)以方阵形式输出迷宫及其通路 -Mazeproblem
huffymantree
- 这是一个构造哈夫曼树的程序 属于数据结构算法-this is a huffman tree data structure
OptimizedQuickSort
- OptimizedQuickSort 理论上快速排序的平均时间复杂度是nlgn.最差是n^2. 但实际实现中可能表现的不如插入排序等其他算法。 -OptimizedQuickSort
2002
- 一份数据结构试卷,质量不错的,几本涵盖了学习要点,希望对大家有用。-Data structure of a paper, good quality, the study covers several key points, useful for all of us hope.
2004
- 一份数据结构试卷,质量不错的,几本涵盖了学习要点,希望对大家有用。-Data structure of a paper, good quality, the study covers several key points, useful for all of us hope.
Chapter4
- 几道数据结构的题,有详细答案,希望对大家有用。-Several of the title data structure, a detailed answer, I hope useful for all of us.
Chapter5
- 几道数据结构的题,有详细答案,希望对大家有用-Several of the title data structure, detailed answers to all of us hope that useful
Chapter6
- 几道数据结构的题,有详细答案,希望对大家有用-Several of the title data structure, detailed answers to all of us hope that useful
Chapter9
- 几道数据结构的题,有详细答案,希望对大家有用-Several of the title data structure, detailed answers to all of us hope that useful
SORTING
- 包含如何加是插入式排序、如何在快速法中處理值相等的元素,使得排序完成之後值相等的元素仍然維持原來的順序 -Includes how to add plug-in is sorted, how to deal with in the fast-law elements of equal value, the value after the completion of the same sort of elements to maintain the original order and so on
STRING
- 介紹了knuth-morris-pratt方法與化簡了的boyer-morre方法,這兩個方法在尋找字串中是否有一個特定的字串時有相當傑出的表現-Introduced knuth-morris-pratt methods and simplification of the boyer-morre method, the two methods in the search string if the string has a specific time to time the performanc