资源列表
sourcecode
- 经典一百道程序,包括数据结构和相关算法,对初学者非常有帮助的-Classic 100 procedures, including data structures and related algorithms, for the very helpful for beginners
queen_n
- 解决N皇后问题的源码及可运行程序,分析各种情况,并输出,直观,有效!-Solve the N Queens problem can be the source and run the program, analyze, and output, intuitive, and effective!
Qinck_Sort_Classic
- 算法导论上的快速排序经典算法实现。用动态数组vector实现,调试通过。大家可以看一下。自己写的。-Introduction to the algorithm on the classic Quick Sort algorithm. Vector with dynamic array implementation, debugging through. We can look at. Wrote it myself.
07
- 本人收集的一些数据结构经典算法实现,感觉还不错-shu ju jie gou jing dian suan fa shi xian
08
- 这个是数据结构经典算法实现,是一些不错的算法-shu ju jie gou jing dian suan fa shi xian
09
- 这个是数据结构经典实现算法,是一些很不错的算法-shu ju jie gou jing dian suan fa shi xian
10
- 数据结构的经典实现算法,对于学习数据结构的人很有帮助-shu ju jie gou jing dian suan fa shi xian
11
- 这些是数据结构结构的经典实现算法,是学习数据结构必须掌握的-shu ju jie gou jing dian suan fa shi xian
ArtiAnomalyG
- 自己编写的一个小算法 用于weka中,数据预处理-I have written for a small weka algorithm, the data pre-processing
SqList_insert
- 用VC++实现数据结构中:在指定的位置上,线性表的插入 -Using VC++ implementation: ~ linear table data structure insertion
data~structure
- 用VC++实现数据结构中~删除递增单链表中相同的节点。-Using VC++ implementation of data structures increased ~ delete the same single-node list.
KnapsackProblem
- 0/1背包问题的几种解法,包括回溯法、动态规划法以及穷举法。另外还包括集中方法的一个测试报告。-0/1 knapsack problem several solutions, including backtracking, dynamic programming method and the exhaustive method. It also includes a focus on methods of test reports.