资源列表
Hashset
- 一个拼写检查程序,用来检查你的输入的文件中的单词是否拼写错误,并给你给出可能的拼写建议。(用Hashset实现)(卡耐基梅隆大学ssd5数据结构Option Exercise4答案) 程序参数设置(第一个为要输入的词库文件,本例中是wordlist.txt, 第二个为要检查的文件,必须为txt格式,本例中用test.txt来检查)-A spelling checker to check your input file is misspelled words, and give you a p
progs
- datastucutre and algorithms, application, in C
shujujiegou
- 关于数据结构学习的一本书,包括常见的链表、树、队列等的操作-Learn about the data structure of a book, including a common list, tree, queue, and so the operation, to facilitate online learning
wide
- 使用扩展先序遍历创建二叉树,并求出该二叉树的宽度-the width of the binary tree
horse
- 问题描述与实验目的 给定8*8方格棋盘,求棋盘上一只马从一个位置到达另一位置的最短路径长。 注意马是走“日”形的。 输入 输入有若干测试数据。 每组测试数据仅1行,每行上有2个方格pos1、pos2,之间用一个空格隔开,每格方格表示棋盘上的一个位置,该位置由表示列的1个字母(a-h)及表示行的一个数字(1-8)构成,如“d7”表示第4列第7行。 输出 对输入中每行上的2个方格pos1、pos2,输出马从位置pos1跳到pos2所需的最短路径长。如“a1==>a2
新建压缩(zipped)文件夹
- 一个表达式和一棵二叉树之间,存在着自然的对应关系。写一个程序,实现 基于二叉树表示的算术表达式 Expression 的操作。(There is a natural correspondence between an expression and a two forked tree. Write a program to implement The operation of the arithmetic expression Expression based on the two f
Simple-polynomial-calculator
- 简易的多项式加减乘除计算器,可以计算两个多项式的加减乘除,及多项式在某一点处的值-Simple polynomial arithmetic calculator, you can calculate the two polynomial arithmetic, and polynomial value at a point of
KMP
- 改进的模式匹配算法,算法效率提高,和计算next函数修正值的算法。-Improved pattern matching algorithm, algorithm efficiency, and calculate the correct value of the function next algorithm.
Prim
- 算法,写的prim算法,用的是贪心法,里面还有用到最小生成树来写的-Algorithm, written in the prim algorithm using a greedy method, there is also used to write the minimum spanning tree
shujujiegou
- 数据结构中有简单的文本编辑器,还有文本编辑器的设计与实现等多种设计-Data structure in a simple text editor, as well as a text editor such as the design and implementation of a wide range of design
Al_BST
- Binary search tree, 二叉树的一种实现形式-Binary search tree, binary tree form of an implementation
tree_exp
- 实现二叉树的生成,遍历,交换等功能,采用链表,可以很好的数据的读取和存储-To achieve the formation of a binary tree, traverse, exchange and other features, using the list, can be very good read and store data