资源列表
Dirtree
- 目录树,数据结构实现二叉树以及按照树来搜索路径-Directory tree data structure is a binary tree, and the tree search path
ThreadBinaryTreeFindnextorFindprev
- 创建一棵二叉树,采用前序遍历的方法建立一棵树,传递的参数为一个指向结点的指针的指针,目的是为了解决传值的问题,输入@符号的时候,表示一棵子树结束线索化二叉树,寻找当前结点的后继结点,寻找当前结点的前驱结点,中序遍历 -create a binary tree using preorder before the establishment of a tree. transmission parameters of a point to the node pointer, the purpose
102458_qjx_4
- 建立一个链队列,求链队列长度,元素出队入队,取队头元素,清空队列,输出当前队列,判断队列是否为空,建立循环队列,及循环队列的各种操作。-build a linkqueue.
LeastMoney
- 对于给定的1≤n≤10,硬币面值数组T和可以使用的各种面值的硬币个数数组Coins,以及钱数m,计算找钱m的最少硬币数。-For a given 1 ≤ n ≤ 10, an array of T and the nominal value of coins of various denominations can use the number of coins in an array of Coins, as well as the amount of money m, calculate t
AVLdelete
- AVL树,对其进行结点的删除操作算法的程序-AVL tree, its nodes of the deletion algorithm procedures
cPP-linkedlist
- c++实现单链表与双头链表的操作,包括创建,插入,删除,遍历等。-c++ linkedlist include the basic operation
1
- 哈夫曼编码(贪心策略),对样本数据“哈夫曼编码实验数据.dat”读取-Huffman Coding(greedy)
evaluate_expression
- sat问题C++源代码,可以对任意输入的与或表达式求值-sat question C++ source code can be entered with or against any expression evaluation
计算两时间间有多少天
- 计算两天之间有多少天,可以跨年。很好用的两天之间计算
3
- 实现文本的查看,输出,并字符串的查找,删除,增加,子串的查找,以及将修改后的文本的保存-text function
stackandqueue
- 介绍了栈和队列的基本实现方法和简单的应用-Describes the basic implementation of the stack and queue methods and simple applications
1
- 实现大整数的运算,对大整数实现减价乘除的运算以及输入输出。-large integer operation algorithm calculation of big integer large integer numerical calculation
