资源列表
1.1.2a2
- jnfg fkjekgn lgjkdndr gkjn
Binary tree
- 利用平衡二叉树,将输入数字排列成左小右大的二叉树,内附代码和文件说明(Using the balanced binary tree, the input number is arranged into a left small right large two fork tree, with the enclosing code and file descr iption)
HashTable
- Implementation of c++ hash table... Used to learn c++ grammar
BTree
- 遍历二叉树(前序,中序,后序),包括二叉树的创建,此二叉树为链式二叉树,是手动创建的(Traversing the two fork tree (preorder, middle order, post order))
数据结构课件-V2
- 里面有数据结构的相关资料,可以祝你学习,可以下载(There are related data structure, can I wish you learn, you can download)
最小生成树
- 使用MATLAB编写的Kruskral最小生成树算法,可用于求最短路径等。(Using MATLAB Kruskral minimum spanning tree algorithm, can be used to find the shortest path.)
最短路
- MATLAB实现的最短路算法,包括Ford算法,Floyd算法等。(MATLAB implementation of the shortest path algorithm, including Ford algorithm, Floyd algorithm, etc..)
floyd
- 这个可以用于导弹发射问题,可以搜索出发射最短路径(you can select the best way)
数据结构
- 数据结构基本代码,包括了栈、队列、链表、递归等基本知识,适合初学者(basic code of data structure, suitable for beginners)
data_str
- 数据结构的基本代码,包括了堆、栈、链表等,适合初学者参考(Data structure of the basic code, including the heap, stack, linked list, etc., suitable for beginners reference)
实用算法基础教程(ACM-ICPC初级学习资料)
- 主要关于ACM/ICPC的算法讲解,使用的语言为c和c++,对ACM有兴趣的同学可以下载。(Mainly on the ACM/ICPC algorithm to explain, the use of language for C and c++, ACM interested students can download.)
STACk
- 一个简单的c++代码实现,我们使用数组来实现栈(We use array to build a stack.)
