资源列表
mataqipan
- 马踏棋盘经典算法,用到非递归回溯算法,C/C-Mata board classic algorithms, used in non-recursive backtracking algorithm, C/C++
heap_sort
- 堆积排序(Heapsort)是指利用堆积树(堆)这种资料结构所设计的一种排序算法,可以利用数组的特点快速定位指定索引的元素-Stacking order (Heapsort) refers to the use of stacked tree (heap) the design of such a data structure sorting algorithm can take advantage of the characteristics of the array element inde
c
- 数据结构,程序设计, 括号匹配检验算法。利用栈的方式来实现-Matching brackets
2
- 用线性表的链表存储结构来实现约瑟夫(Josephu)问题-Linked list storage structure with a linear table Joseph (Josephu,) problem.
SJJG6
- 该文档是有关数据结构中的栈的应用,它实现基本的输入字串的反转功能!-the document is the data structure of the application stack, it is basically the reverse of the input string functions!
zwqvectorr
- 这是采用STL的VECTOR 做的一个程序,希望对大家有帮助-This is the STL so the probability of a process, we hope to help
runge_kutta
- 四阶龙格库算法,
数字三角形问题
- /*数字三角形问题 问题描述: 给定一个由n行数字组成的数字三角形如下图所示。试设计一个算法,计算出从三角形的顶至底的一条路径,使该路径经过的数字总和最大。 7 3 8 8 1 0 2 7 4 4 4 5 2 6 5 编程任务: 对于给定的由n行数字组成的数字三角形,编程计算从三角形的顶至底的路径经过的数字和的最大值-/ * Digital triangle Issue Descr iption : given an OK by the number n of triangular figure
main
- 利用栈的基本操作实现将任意一个十进制整数转化为R进制整数-The use of the basic operation of the stack to achieve an arbitrary decimal integer into hexadecimal integer R
DeleteTheBinaryTreeNodes
- 数据结构初学者比较好而且简单的代码教程:删除二叉树节点。-Data structure is better for beginners and simple code Tutorial: Remove binary tree node.
pku
- pku1015源代码,北大acm题库,动态规划-pku1015 source code, Peking University acm item bank, dynamic programming
Joseph
- 这个程序是专门为演示约瑟夫环实验设计的,程序简单明了,可供分享学习。-This process is designed for demonstration of Joseph experiment , which is simple and can be shared for study .