资源列表
sequence
- 各种算法,排序的动态演示,快速排序,冒泡排序,选择排序,并且在线和中进行-Various algorithms, sort of dynamic presentations, quick sort, Bubble sort, selection sort, and carried out online and
Archive
- randomized quick sort with visualizer
VBOnline
- 绘制多条曲线,实时显示, 绘制多条曲线,实时显示-show many lines ,show many lines zoom ,show many lines zoom,show many lines zoom,show many lines zoom
duichenlianbiao
- 利用异或原理制作的对称链表,有对称链表的基本功能和简单操作-Produced by the use of different symmetry or principle of the list, there are symmetrical list of basic functions and simple operation
crosslist
- 交叉链表的基本功能实现,包括插入、删除等基本功能。-Cross-linked to achieve the basic functions, including the insertion, deletion and other basic functions.
hufftree_3.00
- 霍夫曼编码,采用VC6.0的编译环境,能实现任意长度字符串的编码-Huffman coding, using VC6.0 compiler environment, to achieve an arbitrary length string encoding
caculator
- 计算器,用c++实现的,功能一般,希望对大家有用-the caculator which discribed in c++
1
- 给定n 位正整数a,去掉其中任意k≤n 个数字后,剩下的数字按原次序排列组成一个新的正整数。对于给定的n位正整数a 和正整数k,设计一个算法找出剩下数字组成的新数最小的删数方案。对于给定的正整数a,编程计算删去k个数字后得到的最小数。-Given n-bit positive integer a, to remove any of them k ≤ n digits after the original order of the remaining figures to form a new
Computeralgorithmsr
- 计算机算法_贪婪算法 计算机算法(贪心算法,遍历搜索,递归,回溯法,分治法,分枝定界) 关于这方面的介绍-计算机算法_贪婪算
RedAndBlackBinaryTree
- 自己编写的数据结构中的红黑树的实现,包括各种生成,添加,删除等各种操作-Own C program of data structure s red-black tree implementation, including generation, add, delete and other operations
matchparentheses
- VC++ 数据结构实验算法 括号匹配的检验-VC++ data structures match the test in parentheses