资源列表
20081217225602
- 此为平衡二叉树代码,它能插入、删除以及查找-This is the balanced binary tree code, it can insert, delete and to find
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
NQueen-WindowsVersion
- N皇后问题的解决办法.用深度优先搜索搜实现.-N Queen s problem solution. Used to achieve depth-first search found.
5-20
- 用堆栈传递参数的形式把1到100进行累加,结果以十进制的形式在屏幕上显示出来。-Using the stack to pass parameters form 1-100 to accumulate, resulting in decimal form on the screen is displayed.
KrusKal
- 对一个带权无向图,求其最小生成树,本程序功能通过KrusKal算法实现。-Of a weighted undirected graph, and its minimum spanning tree, the program features through the Kruskal algorithm.
DataStructure
- 数据结构算法与应用----C++语言描述-Algorithm and application of data structure---- C++ Language to describe
TongxunluC
- 用C语言写的联系本,用指针进行操作,可以用来学习数据结构基本应用-Using C language to write the links of this, using indicators to operate and can be used to learn the basic application data structure
TREE2
- 学习C语言,学习数据结构可以作为例子,二叉树-Learning C language, learning data structures can serve as an example, binary tree
xueshengfenshu
- 学生分数统计的C语言程序,可用来进行数据结构等的学习-Students Score statistics C language program that can be used to carry out data structure, such as learning
BookManagement
- 图书管理的小程序,C序言,可用来学习链表等数据结构的操作-Small library management procedures, C preamble, can be used to study and list data structure, such as the operation of
jiaoshiguanli
- C语言编写的教师管理小程序,用来学习数据结构-C language teachers in the management of small procedures, used to study the data structure
EightDigit
- 实现八数码算法,使用A*算法,能快速实现排序。-The achievement of the eight digital algorithm, using A* algorithm, can quickly achieve the sort.