资源列表
shortestpath
- 用可达矩阵算法实现最短路径,并求出path路径,以及可知道图中是否带环等功能-shortest path
queue
- 队列模板类,可以实现插入各种数据,读出数据,判定队列是否为空,清空队列等功能-Queue template class, you can insert a variety of data, read data, determine the queue is empty, empty the queue, and other functions.
0
- 自己写的,关于数据结构的小测试程序,可以用的-Write their own test program on the data structure, you can use the
49Hash_Table
- Just Try It.May be wrong
Data-structure
- C#图形界面数据结构课程设计,含最小生成树,最短路径,工程图算法-C# graphical interface data structures course design, including the minimum spanning tree, shortest path, drawing algorithm
lingo_shortestpath
- 用lingo求解最短路径,可以指定经过的点-To solve the shortest path with lingo
HuffmanTree
- 哈夫曼树源代码,大学数据结构实验课需要。使用VC编写,运行时注意要改成自己环境下的-Huffman tree source code, universities, data structures experimental course needs. Use of VC to write, we wanted to change their own environment, run-time attention
w_filepath.php
- 这段代码可以获取到各种路径,他帮助我解决了很多路径上的问题-This code is able to access to all kinds of path, he help me to solve a lot of problems on the path
Inheritance
- 基于C++语言的继承、多态和虚函数的2个实例,文档内含有相关文件的代码-Language inheritance C++, two instances of polymorphism and virtual functions, the document containing the code of the relevant documents
level-traversal
- 二叉树的层次遍历算法实现 level traversal 依次对树中每个结点均做一次且仅做一次访问。-level traversal
duhewenti
- 农夫带着狼、羊、青菜过河。 渡河问题 农夫不在时,狼会吃羊且羊会吃青菜。 每次摆渡农夫只能带一样东西。 编程显示过河方法,要求摆渡次数最少。 -农夫带着狼、羊、青菜过河。 农夫不在时,狼会吃羊且羊会吃青菜。 每次摆渡农夫只能带一样东西。 编程显示过河方法,要求摆渡次数最少。
caipaiyouxi
- 猜牌游戏 小勇有3张纸牌,他用来跟小实玩猜牌游戏。先,小勇把3张纸牌给小实看,说:“小实,心里选一张,我等会可以猜出你选的是什么。”小实说:“好的,我心里选了一张啦。”小勇拿出第1张牌和第2张牌组成一组,问:“这里有没有你选的牌?”,小实说:“有啊”,然后小勇拿出第2张牌和第3张牌组成一组,-Guess brand game Xiaoyong three cards, he used with a small real play guessed brand games. First, Xiaoy
