资源列表
Binary_tree
- 这是关于平衡树的一个程序,我希望能帮助别人对C++的学习-It is about Binary_tree,I hope it can help someone lean C++ .If someone find mistakes I will thank her/him .
LZW
- LZW算法的实现。实现压缩和解压缩。如果有需要可以看下-LZW algorithm. To achieve compression and decompression. If there is a need to have a look
Huffman
- 利用最小堆实现霍夫曼编码,建立霍夫曼树,并且实现插入,删除,输出等功能-Use minheap to bulid the huffman tree
BFS
- bfs算法作业 c++, 容易理解,bfs作业-bfs homework
Data-structure
- 数据结构很有帮助的适合新手看看只有队列栈链表和顺序表-Look at only queue stack linked list data structure helpful for novice and sequence table
caipaiyouxi
- 猜牌游戏 小勇有3张纸牌,他用来跟小实玩猜牌游戏。先,小勇把3张纸牌给小实看,说:“小实,心里选一张,我等会可以猜出你选的是什么。”小实说:“好的,我心里选了一张啦。”小勇拿出第1张牌和第2张牌组成一组,问:“这里有没有你选的牌?”,小实说:“有啊”,然后小勇拿出第2张牌和第3张牌组成一组,-Guess brand game Xiaoyong three cards, he used with a small real play guessed brand games. First, Xiaoy
shuzuyujuzheng
- 04数组和矩阵.PDF
hafuman
- 给定n个字母(或字)在文档中出现的频率序列X=<x1,x2,…,xn>,求出这n个字母的Huffman编码。为方便起见,以下将频率用字母出现的次数(或称权值)w1,w2,…,wn代替。-Given n letters (or words) in the document the frequency of the sequence X = <x1,x2,…,xn> , Find the n-letter Huffman coding. For convenience, th
Board-covering-algorithm
- 棋盘覆盖算法,分治法,使用Microsoft Visual Studio 2010编写,控制台程序-Board covering algorithm, divide and conquer method, using Microsoft Visual Studio 2010 written in console application
shiyuanshianpai-
- 对实验室的学生名单采用队列的数据结构进行存储。每一个队列有一个类生成。 队列中存储由结构体表示的学生的信息。预约,查询,删除,取消预约分别对应队列操作:插入,查找,删除。 -List of students on the laboratory data structure used to store queue. Each queue has a class to generate. Stored in the queue, said students from the structur
Job1
- 算法导论练习2.3-7:请给出一个运行时间为Θ(nlgn)的算法,使之能在给定一个由n个整数构成的集合S和另一个整数x时,判断出S中是否存在有两个其和等于x的元素。-Introduction to Algorithms Exercise 2.3-7: Please give a running time of Θ (nlgn) algorithm, so that it can in the given form by a set of n integers S and another inte
lianbiao
- 本程序实现 数据结构链表的基本操作,是初学者的好助手哦。-The Program for the basic operation of linked list data structure is a good helper for beginners Oh.