说明:C语言快速排序问题,给定一含20个整型数据的数组,利用快速排序方法将其进行升序排列。 -C language quickly scheduling problem, given a 20 containing an array of integer data, using rapid sequencing method to its ascending order. <> 在 上传
| 大小:1kb | 下载:0
说明:利用回溯法求解子集和问题的C++实现
给定正整数集合S和正整数c计算出子集和s1使得子集合之和为c-The use of retrospective method and problems in a subset of the C++ Achieve a given positive integer set S and positive integer c calculated subset and makes a subset of s1 and c <宗> 在 上传
| 大小:1kb | 下载:0
说明:二叉树的基本操作,
1.以二叉链表表示二叉树,建立一棵二叉树
2.输出二叉树的前序遍历结果
3.输出二叉树的中序遍历结果
4.输出二叉树的后序遍历结果
5.统计二叉树的结点个数
6.统计二叉树的叶结点个数
7.计算二叉树的深度
-Binary Tree s basic operations, 1. List said in binary tree, the establishment of a tree 2. Bintree output the results <亦烟> 在 上传
| 大小:1kb | 下载:0