资源列表
DataStructure--BigBear
- 数据结构入门指点,让你可以轻松学习数据结构-easy Data Structure
CPP
- 我们编写的程序由两个主要方面组成 1 算法的集合就是将指令组织成程序来解决某个特定的问题 2 数据的集合算法在这些数据上操作以提供问题的解决方案-decribe C++
Huffman-
- 哈弗曼编码的问题,是用表的形式实现的,有具体问题的应用-Hafu Man coding problem, is implemented as a table, there are specific issues of application
bestRoute
- 最短路径问题的floyed实现,有需要的看看,可以借鉴借鉴-Shortest path problem floyed realize there is a need to look at
my-queen
- 在VC6.0环境下实现八皇后的多种排列方式-8 quene VC6.0
LCS
- the longest common serials
CQueue
- 这是一个关于互斥问题的程序,主要要帮助需要者看清问题的本质问题,就这些。-This is a mutually exclusive problem of the program
Knapsack-problem1
- 这是一个关于背包问题的算法,其中使用了贪婪算法的思想,程序可以成功运行。-The algorithm is about the Knapsack problem,it uses a greedy algorithm, the program can be run successfully.
Knapsack-problem2
- 这是一个关于背包问题的算法,其中使用了回溯的思想,程序可以成功运行。-The algorithm is about the Knapsack problem,it uses Backtracking algorithm , the program can be run successfully.
non0_1-Knapsack-and-full-sorting
- 这是全排序算法和非零一背包问题的简单实现,程序可以正确运行。-This is the simple realization of the whole sorting algorithm and the non0_1 kanpsack problem, the program correctly.
packing-problem
- 這是一個裝箱問題的簡單實現,程序可以正確運行-This is a simple implementation of packing problem, the program correctly.
Recursion-and-divided-.ppt
- 这是关于分治与递归算法的课件,文章详细的讲解了这两周算法的设计要点。-This is about divide and conquer and recursive algorithm courseware, the article explained in detail the design elements of the algorithm for two weeks.
