资源列表
paixusf
- 包含几个经典的“排序算法”,都是经常用到的-contains several classic "algorithm" are frequently used
ntree
- 设T 是一棵带权树,树的每一条边带一个正权。又设S 是T 的顶点集,T/S 是从树T 中 将S中顶点删去后得到的森林。如果T/S中所有树的从根到叶的路长都不超过d ,则称T/S 是一个d 森林。 (1)设计一个算法求T的最小顶点集S,使T/S是d 森林。(提示:从叶向根移动) (2)分析算法的正确性和计算复杂性。 (3)设T中有n 个顶点,则算法的计算时间复杂性应为O(n)。-based T is a right to bring a tree for every one o
prim
- prim 算法 C语言 一种最小生成树算法
guibing
- 分治的思想 归并排序 分治是很重要的方法 归并排序是一种快速的排序
02051011
- 用C语言实现的两矩阵相成的程序,两矩阵可自由输入其内的数据,相乘之后实现打印数组。
DS1
- 1. 创建链表并对其进行输出; 2. 利用指针实现对两个线形链表的合并,并输出其结果。 -. Creates a linked list and the output ; 2. the pointer with two linear the linked list of the merger and outputs the result.
2.5
- 已知带头结点的动态单链表L的结点是按整数值递增排列的,试写一算法将值为x的结点插入,保持有序-Known to take the lead in the dynamic single-node node list L is ordered by increasing integer value and try to write a method to insert the value of the node x to maintain orderly
josephus
- 用C语言实现josephus算法,用以实现报数问题,很好的算法啊-The C language achieve josephus algorithms to achieve the number off good algorithm
binSort.cpp.tar
- 这是一个二分法插入排序的算法源程序,算法被单独写成一个函数,希望对大家有用-This is a dichotomy insertion sort algorithm source code, algorithms are written as a separate function, I hope to be useful
985_CountOne
- 计算任意数字中1出现的次数,并配备完整的注释-The number of calculations appear in any number 1
Demo1
- 双向链表的应用 26个英文字母 任意输入一个整数,能够实现以下功能:例如输入3, 输出结果为:DEFGHJKLMNOPQRSTUVWXYZABC-Two-way chain table 26 English letters of the application of arbitrary input an integer, can achieve the following functions: 3 such as input, The output is: DEFGHJKLMNOPQRS
yeshefu
- 约瑟夫环的一个小代码,实现快速报数,的出对序列-Joseph ring of a small code