搜索资源列表
DataStruct
- 此文件夹中共包括十二个小程序 AVL创建平衡二叉树,通过加入一个个的结点创建,并实现了平衡二叉树中的结点删除 Boyer_Moore算法的串模式匹配 Horspool算法的串模式匹配 Graph实现了有向图的非递归广度优先遍历及非递归深度优先遍历 HeapSort利用堆排序实现优先级队列 Merge实现二路归并排序算法 MFK动态规划解背包问题 nqueue求解n皇后问题 QuickSort快速排序算法的实现。 Shell排序算法的实现。 Tree程序
datastruct
- 基本的数据结构和相应的操作,易于初学数据结构的人-datastruct
datastruct
- 数据结构算法的具体实现代码,非常有用,包括具体的代码注解,和相关内容的分析-Data structure proposed algorithm code, very useful, including specific code annotation, and analysis of relevant content
datastruct
- 通过反序输出整数,实现了一个整数的反序输出。很好的实现了反序功能。-#include<iostream> using namespace std int main() {int a,b=0 cout<<"please input the integer:"<<endl cin>>a while(a) {b=b*10+a 10 a/=10 } cout<<"the end is"<<
datastruct.tar
- 数据结构 迷宫求解 源码 eclipse编译-Data structure maze solving source eclipse compile
SqList
- 数据结构链表的实现(基于C 语言) 各种增添查找功能-seqlist DataStruct
datastruct
- 标题: 拓扑排序 时 限: 2000 ms 内存限制: 5000 K 总时限: 3000 ms 描述: 以邻接矩阵给出一张以整数为结点的有向图,其中0表示不是相邻结点,1表示两个结点相连且由当前结点为初始点。利用拓扑排序判断图中是否有环,若有输出YES没有输出NO 输入: 结点数 邻接矩阵 输出: YES/NO 输入样例: 3 0 1 0 1 0 1 1 0 0 输出样例: YES -标题: 拓扑排序
DataStruct
- c++实现的数据结构,编译后可以直接运行-DataStruct c++ implement,run main.cpp
datastruct
- 实现数据结构里面的链表,树,图,栈等功能-tree,graph,stack,linklist of data struct
datastruct
- HailStone形象表达Excel。。。。。。。。。。。。。。(HailStone is the image expression of Excel.)