资源列表
hxsfPzdpp
- 核心算法和最大匹配,对于数据结构的学习较有帮助-Core algorithm and the maximum matching, for the data structure of the study more
SourceCode
- 《数据结构与算法分析C++语言描述(第2版)》,Larry Nyhoff著一书源代码-《ADTs,Data Structures and Problem Solving with C++》,2nd Edition by Larry Nyhoff source code
泰森多边形
- 在c++下,根据点数据画出泰森多边形,并且根据高程填色(In c++, according to the data to draw the Tyson polygon, and according to the elevation of coloring)
link
- 链表的底层实现, 链表的底层实现-application of link
LCS
- 寻找最长公共子序列的的VC++实现,使用VC6编写,采用了MFC库;输入两个字符串,输出最长子序列长度和最长子序列都有哪些-Find the longest common subsequence VC++ achieved using VC6 prepared using the MFC library What two input strings, the output longest sub-sequence length and the longest subsequence
02
- 2.1 线性表的类型定义 2.2 线性表的顺序表示和实现 2.3 线性表的链式表示和实现 2.4 一元多项式的表示及相加-2.1 linear table type definition 2.2 and the linear order of the table that the linear form of the chain to achieve 2.3 to achieve 2.4 representation and the representation of one yua
exp2
- 设有n个人围成一个圈,分别为他们起名为1,2,…… n,指定一个数m,从第一个人开始报数,报到m时,报m的人出圈,再从他的下一个人重新开始报数,报到m时,报m的出圈,如此下去,直到所有人都出圈为止。当任意给定n和m后,设计算法求n个人出圈的次序。(There are n individuals surrounded by a circle, respectively, they named 1,2,...... N, specify a number of M, from the first p
递归程序输出
- 任意给定输入的一个小写英文字符串a1a2a3…an-1an (n≥5) 输出:字符串Ana1An-1a2An-2a3…A2an-1A1an,其中Ai为ai的大写形式 例如,输入aybdx,则递归程序输出XaDyBbYdAx -Any given input of a lowercase string a1a2a3 ... an-1an (n ≥ 5) Output: the string Ana1An-1a2An-2a3 A2an-1A1an, which Ai ai uppe
ClassAstar
- C++实现的A*寻路算法,找的好辛苦,源代码-C++ to achieve the A* Algorithm for Route, a good hard look for the source code ~ ~ ~
BTREE
- 二叉树类的实现,并且增添了交换左右子树等功能(The implementation of binatry tree class)
Huffman
- 通过c++实现huffman树的数据结构-huffman tree
5
- 编写一个自己的函数,能够将一个字符串中最长的单词查找出来。 编写一个程序,功能是能够由键盘输入一行字符,并能调用自己编写的最长单词查找函数,输出这个单词。 -To write a function, can be the longest word in a string to find. Write a program that functions from the keyboard to input a line of characters, and can call the long