资源列表
Longest common subsequence
- 用动态规划思想设计实现最长公共子序列问题,用贪心思想设计实现活动安排问题,并且用不同数据量进行对比分析。(We use dynamic programming theory to design the longest common subsequence problem. We use greedy thought to design the activity scheduling problem, and compare it with different data volume.)
HuffmanTree
- huffman tree 的visual C++实现,完整版代码文件,亲测很实用。(The realization of Huffman tree)
迷宫
- 对于二维数组存储的迷宫,寻找一条最优的路径(考虑迷宫边界的问题等)(For a labyrinth of two dimensional array storage, finding an optimal path (considering the problem of the labyrinth boundary, etc.))
heap
- 利用C++实现了最大堆和最小堆的初始化,插入、删除操作,在此基础上实现了堆排序(On the basis of C++, the initialization, insertion and deletion of the maximum heap and the minimum heap are implemented. On this basis, the heap sort is implemented.)
数据结构和算法
- 找工作笔试面试都会考的基本数据结构;都是牛客网上的笔试真题(newcoder;structure;find work;)
haff
- 用二进制读入的方式实现了每8位进行截断处理的哈夫曼树,有编码和译码功能(The Haffman tree of every 8 bits is truncated by binary reading, which has the function of coding and decoding.)
数据 结构实验
- 数学结构的一些算法实现,使用的是C语言进行实现(Some algorithm implementation of mathematical structure)
vnbc
- C++经典算法源程序 适合作为各级水平者参考()
1870121
- calc大数库,实现了所有的基本大数运算功能()
sort1
- 这是一个排序算法,包括插入排序,递归排序,两种算法的运行时间不同(This is a sorting algorithm, including insertion sort, recursive sorting, and the running time of the two algorithms is different.)
048847
- Jacobi法求取特征值的C程序 试验验证过了,()
HIRLE
- 决策树算法C4 5源码, The directory Data contains some sample datasets M()