资源列表
BST
- Binary Search tree insertion and deletion
infixpostfix.c
- infix to postfix conversion code.
infixprefix.c
- Infix to prefix conversion code.
solution-of-Towers-of-Hanoi
- 汉若塔问题的经典解法,C代码可以直接运行。-solution of Towers of Hanoi
calculate--PI
- 计算PI后面的很多位的C程序,可以直接运行,代码精简快速-calculate Pi rapidly and accuratly
Perfect-Number
- 计算完美数的经典算法,很有趣。C代码可以直接运行。-calculate Perfect Number
yuesefu
- 实现约瑟夫环问题编号是1,2,……,n的n个人按照顺时针方向围坐一圈,每个人只有一个密码(正整数)。一开始任选一个正整数作为报数上限值m,从第一个仍开始顺时针方向自1开始顺序报数,报到m时停止报数。报m的人出列,将他的密码作为新的m值,从他在顺时针方向的下一个人开始重新从1报数,如此下去,直到所有人全部出列为止。设计一个程序来求出出列顺序。-shi xian yue se fu huan wen ti
er-cha-shu-
- 一棵非空二叉树可以看作是由根结点、左子树和右子树这三个基本部分组成的。如果能依次遍历这三个部分的信息,也就遍历了整个二叉树。由此得到的二叉树的遍历是按某种策略访问二叉树中的每一个结点且仅访问一次的过程。二叉树的遍历按访问根结点的先后次序不同分为前序、中序和后序三种。-A non-empty binary tree can be seen from the root node, the left subtree and right subtree consists of three basic p
quick_sort
- 快速排序 c语言源码-Quick Sort
Recursive
- 数据结构中各种递归利用的小例子,方便我们理解递归。-Data structure of recursive use small example, convenient we understand recursion.
List
- c++语言中,list库函数的讲解程序,了解内核构造。-Library functions in c++ language, a list of the interpretation process, understand the kernel structure.
Commonly-used-algorithm-for-assembly.Rar
- 常用算法程序集(C语言描述)(第三版)+源代码.rar,完整版,下载急用。-Commonly used algorithm for assembly (C language) (third edition)+ source code. Rar, full version, download emergencies.
