资源列表
PaixuC
- 各种排序算法的性能比较,很强大的一份实验分析-The performance of various sorting algorithms comparison, a very powerful experimental analysis
binarysorttree
- 创建一棵二叉排序树,并以括号表示法输出,然后判断它是否为一棵二叉排序树;采用递归和非递归两种方法查找关键字,删除关键字-Create a binary sort tree, and brackets indicate that the output method, and then judge whether it is for a binary sort tree the use of recursive and non-recursive two ways to find keywords
string
- 实现顺序串各种基本算运算,建立串,输出串,输出它的长度,插入,删除,替换,提取,把两个串连接成一个串-String order to achieve a variety of basic counting operations, the establishment of string, the output string, the output of its length, insert, delete, replace, extract, the two strings into a stri
ywm
- 本内容是与严蔚敏数据结构配套的讲义(c版 第二版)-The content is YAN Wei-min data structure supporting notes (c version of the second edition)
zuixiaoshengchengshu
- 使用贪心算法编程,求解最小生成树问题,并给出详细的过程!-The use of greedy algorithm programming, minimum spanning tree problem solving, and gives details of the process!
tuopu
- 用C++做的一个高校排课系统.主要用了托普算法来实现 -With C++ Do a College Course Scheduling System. TOPGROUP main algorithm used to achieve
BSTAVT
- 本学期所有数据结构的大作业一,设A与B分别为两个带有头结点的有序循环链表(所谓有序是指链接点按数据域值大小链接,本题不妨设按数据域值从小到大排列),list1和list2分别为指向两个链表的指针。请写出将这两个链表合并为一个带头结点的有序循环链表的算法。二,本次实验的题目为表达式求值,要求设计一个程序,演示用算符优先法对算术表达式求值的过程。 即编写程序把前缀表达式转换成后缀表达式,并计算结果。用以下三组数据测试程序: 3*(7-2); 2*(6+2*(3+6*(6+6)))+(6+
TopologicalSort
- Visual C++ 实现拓扑排序功能-Visual C++ Achieve topological sorting function
main
- 全国交通咨询系统 设计主要分三个部分:一是建立交通网络图的存储结构,二实现两个城市间的最短路经问题。3程序所具有的功能特色本程序主要目的是为了给用户提供路径咨询。实现了帮助用户了解全国各大城市间往来的最短路径问题,第二,可以提供用户查询各大城市的相关信息。本程序最大的特点是支持用户自己添加城市信息及城市,或添加城市的路径,既就有可扩展性。-National Transport Advisory System is divided into three main parts: First, e
shujujiegou
- 本课题主要根据功能需要开发软件解决迷宫求解的问题。可以输入一个任 意大小的迷宫数据,用非递归的方法求出一条走出迷宫的路径,并将路径输出。以及Joseph环问题,利用单向循环链表存储结构模拟此,按照出列的顺序输出各个人的编号。还有猴子选大王问题。数据结构课程设计时做的-This issue primarily on the basis of functional need to develop software solutions to solve maze problems. Can enter
huffman
- 数据结构 对myfile1中文件进行霍夫曼编码,并实现解码-Data structure in the documents of myfile1 Hoffman coding and decoding achieve
btree
- 题目4. 二叉排序树的建立、插入、删除和查找 给出一组关键值,建立相应的二叉排序树,完成: ⑴结点的删除操作。要求可以实现删除根结点、叶子结点以及其它任意结点的功能; ⑵插入一个新结点的操作; ⑶对给定的值在二叉排序树进行查找; ⑷随时显示操作的结果。 -Title 4. Binary Sort Tree Establishment, insert, delete, and search are given a set of key values, the establi