资源列表
sort
- 该文件为各排序算法的代码,你可以了解到各种算法的 思想和方法,其中包括插入排序、选择排序、希尔排序、堆排序、冒泡、双向冒泡、快速排序、归并排序、递归的归并排序、基数排序,进一步掌握各种排序的优劣-The file the code for the sorting algorithm, you can learn ideas and methods of the various algorithms, including insertion sort, selection sort, Hill s
Red_Black
- 红黑树的算法试验作业。控制台程序,vs2008编译调试完全正确。希望对大家有帮助。-Red and black tree algorithm test operation. Console program, vs2008 debugging compiler entirely correct. We want to help.
100204031009
- 1.掌握栈的类定义及基本操作:初始化栈、判栈为空、出栈、入栈等运算 2. 掌握栈的应用 3.利用栈的基本操作实现将任意一个十进制整数转化为R进制整数-1 master class definition and the basic operation of the stack: stack initialization and sentenced to the stack is empty, the stack, the stack operations. The stack of app
Compartment_rearrangement
- 车厢重排,十节车厢,练习堆栈处理,不一定是最优的算法,有本可以解决却无法解决的例子-Compartment remake, ten cars, practice stack processing, not necessarily the optimal algorithm, but this can solve the case can not be solved
AVLtree
- 使用c++实现(avl tree)均高二叉树-avl tree
waffles-2006-05-25
- 一个非常有用的开源代码,包括几个常用的算法如聚类,傅立叶变换等等,用户可自由修改代码-a very useful source code, including several commonly used algorithms such as clustering, and so on Fourier transform, users are free to modify the code
erfge
- C++源代码单词扫描程序,编译原理的 实验-C++ source code word scanner
gram
- 图的相关运算,包括图的遍历,深度遍历,广度遍历,最小联通子图寻找-FIG related operations, including graph traversal, deep traversal, breadth, traversal, minimum Unicom subgraph Search
invere
- 这是一个关于逆序表问题的程序,程序已经通过运行验收-This is a reversal on the issue of the scale of the procedures that have been running through acceptance
Binary_tree
- 二叉树的C++实现,成员可以自己调整,实现了各种修剪此树的方法:初始化,增加节点,删去节点,复制树,读取节点,遍历树-Binary tree in C++, members can make their own adjustments to achieve a variety of pruning this tree methods: initialize, add nodes, delete nodes, copy the tree, read the node, traverse the t
calculator
- 数据结构 带括号的算术表达式求值 (C++)-Data structure with brackets arithmetic expression evaluation
hafumanshu
- c语言实现哈夫曼树,并计算带权哈夫曼树的最终值,题目来源于九度在线测试-c language Huffman tree and calculate the weighted Huffman final value, the title comes from the nine degrees online test