资源列表
CREATE1
- 按前序遍历序列创建二叉树,并中序遍历二叉树、求二叉树高度-by creating a binary tree traversal sequence, and which preorder binary tree, seeking binary tree height
nqueen
- 高效率的N皇后解法,其采用的思想和一般的解法有些不同,对N皇后问题的解决有一定的启发意义
bitree
- 二叉树有三种遍历方法,引用树的概念实现遍历
WW1
- 用C语言编写的有关,两个单链表的归并排序操作.-C language of the two single-Chain merge sorting operation.
linearformoftheapplication
- 数据结构中C++实现的线性表的应用,单链表中插入和删除-Data structure in C++ implementation of the linear form of the application, a single list in the insert and delete
CPPkuaisupaixu
- 数组块数排序,用三种方式进行排序,可自己输入数列排序,自动生成数列排序-Sorting an array blocks, with three ways to sort, you can enter the series of their own sort, sort automatically generated series
Array.h
- 数据结构(c++语言描述)动态数组类的定义和实现
字符串排序
- 完全采用指针编写的字符串排序程序,共两种方法,调试过-completely prepared by the string pointer ranking, with a total of two methods tuned
2
- 算法研究,用于研究文件的打开,关闭,生成。由hex文件生成coe文件-Algorithm for the study of documents opened, closed, generated. Hex file generated by the coe file
qpl
- n个数的全排列的非递归算法,cpp文件可编译运行-n the number of full-order non-recursive algorithm, cpp files can be compiled to run
c5
- 问题描述:字符序列的子序列是指从给定字符序列中随意地(不一定连续)去掉若干个字符(可能一个也不去掉)后所形成的字符序列。令给定的字符序列X=“x0,x1,…,xm-1”,序列Y=“y0,y1,…,yk-1”是X的子序列,存在X的一个严格递增下标序列<i0,i1,…,ik-1>,使得对所有的j=0,1,…,k-1,有xij=yj。例如,X=“ABCBDAB”,Y=“BCDB”是X的一个子序列。 -Problem Descr iption: character sequence is
the-car
- 基于动态规划的汽车加油问题,主要以王晓东老师的书为参考-Based on dynamic programming vehicle refueling problem