资源列表
LCS
- 最大公共子序列 采用动态规划发,下载即可运行,欢迎改正
Prim
- 数据结构学习过程中的实验 PRIM算法,简单了一点,但算法是很经典的-Data structure of the experimental learning process PRIM algorithm, a bit simple, but the algorithm is a classic
lianbiao
- 使用TC的数据结构的基本操作——链表的基本操作-TC data structure using the basic operations- list the basic operation of
hush-Similarity-statistics
- 利用hush算法统计c语言程序的相似度,以检查两个c程序是否有相互模仿的嫌疑-hush Similarity statistics
AVL
- AVL树、实现了其基本的增删改查。各个功能欢迎指正!-sorry i donot like speak english !
create_linklist_head
- 头插法是新增节点总是插在头部,以带头结点链表为例,链表头指针是Head,新增节点p的方式创建单恋表-create linklist with head node
Greedy-algorithm
- 使用C语言编写的背包问题之贪婪算法求解源代码 -Greedy algorithm using C language source code for solving the knapsack problem
quick_sort
- 一个quicksort的算法 有关数据结构的-a quicksort algorithm data structure
10_90
- 问题的提出:编写一个小公司的工资管理系统。该公司主要有4类人员:经理、兼职技术人员、销售员和销售经理。要求存储并显示每类人员的编号(从100起编号)、姓名和月薪,同时给出在创建每一类对象时构造函数的执行顺序(月薪计算方法为:经理固定月薪8000元,兼职技术人员100元/小时,销售员为当月销售额的4%,销售经理保底工资5000元另加其所管部门销售额的5%),要求用虚函数实现-the problem : the preparation of a small company's wage ma
jobSequencing
- job sequencing algo for deciding which job to execute first
d
- 设定哈希函数 H(key) = key MOD 11 ( 表长=11 ),输入一组关键字序列,根据线性探测再散列解决冲突的方法建立哈希表的存储结构,显示哈希表,任意输入关键字,判断是否在哈希表中。-Set the hash function H (key) = key MOD 11 (table length = 11), enter a keyword sequence, then hash based on the linear probing method of conflict reso