资源列表
data-structures-algorithm
- 实现链表,队列,栈,矩阵,声明这个只是个PPT,但非常经典-Implement a linked list, queue, stack, matrix, the statement that only a PPT, but very classic
c
- 在图论中经常会遇到这样的问题,在一个有向图里,求出任意两个节点之间的最短距离。我们在离散数学、数据结构课上都遇到过这个问题,在计算机网络里介绍网络层的时候好像也遇到过这个问题,记不请了... 但是书本上一律采取的是Dijkstra算法,通过Dijkstra算法可以求出单源最短路径,然后逐个节点利用D -single source shortest path problem of dynamic programming algorithm, please exhibitions
migongsuanfa
- 迷宫算法:目前还不是很完善...希望有高手指点指点-it s a mi gong suan fa
stingcombin
- 给定一个字符串,要求判断它是否能由其它两个字符串合并而成。当两个字符串合并成一个新的字符串时,新串的字符顺序必须与原串中的顺序相一致。 -Given a string, it is required to determine whether the merger by the other two strings. When two strings into a new string, the string of characters in the new order must be the
stackPlistPstring
- 自己写的小程序模板 完成 栈 队列 字符串 及链表的相关操作- a small program template which can Complete list stack queue string and related operations
SqLis
- 线性表的顺序存储表示(结构)及实现,提供 顺序存储表示的资料-Stored in the order that the linear form (structure) and implementation, to provide that information stored in the order
Example096
- vc字符串的查找和提取 的程序源码,希望对大家有所帮助-vc string to find and extract the source code, we hope to help
Example100
- vc链表的创建与存储的程序源码,感兴趣的可以参考下-vc list creation and storage of the program source code, can refer interested
Example101
- vc链表的遍历与查找 的程序源码,感兴趣的可以参考下-vc list traversal and searching source code, can refer interested
cPP
- 请求分配分区(首次适应算法、最坏适应算法、最佳适应算法)-Request allocation district (first-fit algorithm, the worst fit algorithm, the best-fit algorithm)
CPPyuyan
- 数据结构 用面向对象方法与C++语言描述-Data structures using object-oriented methods and C++ language descr iption
qishizouri
- 数据结构作业,利用队列实现骑士走日算法,计算出在方格内能否在一定步数之内达到目的地-Data structure operations, the use of the queue to go on to achieve knight algorithm to calculate whether the box within a certain number of steps to reach the destination
