资源列表
linklist
- 实现数据结构——链表,实现链表的插入,删除,查找,添加等操作-Data structure- linked lists, to achieve the list insert, delete, search, add other operations
preOrder
- This source code is an example of pre order traversal tree , node data structs and huffman tree.
psoAPP
- detailed explanation of the PSO algorithm
hero
- 银河英雄传说算法实现,帮助熟练掌握并查集-Legend of Galactic Heroes algorithm
clusteringofordinalsamples
- 有序大量样本聚类,同时计算聚类系数,程序稳定,鲁棒性高-Ordered a large number of sample clustering, while calculating the clustering coefficient, program stability, robustness high
the-car
- 基于动态规划的汽车加油问题,主要以王晓东老师的书为参考-Based on dynamic programming vehicle refueling problem
Two-binary-sort-tree-into-one
- 数据结构中,将两棵二叉排序树合并成一棵二叉排序树。即,将其中一棵树按中序遍历插入到另一棵树中。-Data structure, the two binary sort tree merged into a binary sort tree. That is, where a tree by preorder inserted in another tree.
Middle-and-after-obtain-a-tree
- 数据结构中,由中序和后序序列求得二叉树,最后进行前序遍历。-Data structure, sequence and Central obtained binary sequence after sequence, before finally preorder.
l-weiwei-spiderman-master
- Spiderman 是一个基于微内核+插件式架构的网络蜘蛛,它的目标是通过简单的方法就能将复杂的目标网页信息抓取并解析为自己所需要的业务数据-Spiderman is based on a microkernel architecture+ plug-web spider, its goal is to be able to target the complex web of information to crawl and parse through a simple method for t
max
- 求一个数组的最大上升子序列(即数值增大的最长序列)-Seeking an array of maximum rise sequences (ie, the longest sequence of increasing value)
KMP
- 字符串的模式匹配,使用KMP算法解决优化字符串的模式匹配问题。-String pattern matching, using the KMP algorithm to solve the optimization of the string pattern matching problem.
sa
- Stimulated annealing code for tsp