资源列表
LinkTree
- 链式存储二叉树,查找左右孩子节点、计算节点数,查找节点,输出节点等。功能齐全,实现简单,没有错误。-Chain store binary tree, find about child nodes, compute nodes, find the node, the output node and so on. Fully functional, simple, no errors.
Test
- 有序顺序表的二分查找的递归算法。 对输入数据构造二叉查找树 ,建立二叉查找链表结构,并能实现查找、插入、删除等操作 -Binary recursive algorithm to find an orderly sequence table. Find the input binary tree data structure, build a binary search list structure, and can achieve search, insert, and delete o
huffmantree
- 可以建立函数输入二叉树,并输出其赫夫曼树。在上交资料中请写明:存储结构、 基本算法(可以使用程序流程图) 、输入输出、源程序、测试数据和结果、算法的时间复杂度、另外可以提出算法的改进方法;-The establishment of Huffman tree
LinkListprogranme
- 实现数据结构中链表的基本功能,实现了数据结数据书籍上面关于链表的功能-Linked list data structure, the basic functions, data structures to achieve the above data books on the list of features
c
- C语言的一些简单经常用到的小工具程序段,比如说冒泡排序,回文数,素数分解等等。-Some of the C language simple and often use the gadget program segments, such as bubble sort, palindrome number, prime number decomposition and so on.
cycle_list
- 一个c语言写的 数据结构 单向循环链表 的简单例子。 -A c language data structure simple example of one-way circular list.
acm
- ACM,竞赛题目,我已经在上面测试过了,可以用,题目是ARGUS,希望大家可以喜欢,花了长时间才弄好的
binary_tree
- 二叉树三种遍历的非递归算法 给出二叉树先序、中序、后序三种遍历的非递归算法,此三个算法可视为标准算法,直接用于考研答题。-Binary Tree Traversal three non-recursive algorithm
lianbiaolei
- 用类的方法实现链表的基本操作。 自己手动编译的,可以运行。-Class methods used to achieve the basic operation of the list. Manually compiled their own, you can run.
zhanqiujie
- 利用栈的特点求解表达式、、主要是根据各运算符的优先级进行运算-Solved using the characteristics of the stack expression is mainly based on the priority of each operator for operation
btree
- 二叉树的遍历、插入、删除以及求二叉树的高度-Binary tree traversal, insert, delete, and find the height of binary tree
STP
- STP生成树算法,主要用于图论当中计算最小生成树。本例子使用C编写实现。-STP algorithm
