资源列表
data-structures
- 很好的数据结构面试题,包括常见的多种典型数据结构算法,面试必备-Good data structure interview questions
tree
- c++下一个简单的多叉树实现: 利用迭代器方便地构建树, 可以递归输出,前序,后序。 利用栈实现输出。 销毁树只能后序遍历-c++ under a simple multi-tree implementation: the use of easy to build a tree iterator can be recursive output, pre-order after order. Use the stack to achieve the output. Only aft
list
- 程序实现了带表头单链表的最基本操作,包括创建链表,查询数值,插入结点,删除结点,链表分解,将单链表变为循环链表。并附有详细的注释和实验报告。-Procedures to achieve a single-list header with the most basic operation, including the creation of list, query value, insert node, delete node, chain decomposition, into a single
3
- 将表达式存入二叉树中,并输出,先序、中序、后序遍历输出-The expression in binary tree, and output, first order, in the preface, traverse sequence after the output
4
- ①构造关于F的Huffman树; ②求出并打印D中各字符的Huffman编码-① construct f Huffman tree ② obtained and printed characters in d Huffman coding
test1
- 已知线性表(a1 a2 a3 …an)按顺序存于内存,每个元素都是整数,试设计用最少时间把所有值为负数的元素移到全部正数值元素前边的算法-Order known linear form (a1 a2 a3 ... an) stored in the memory, each element is an integer, with the least time trial design value is negative elements over all positive numerical e
02666199TS-TSP
- 禁忌搜索算法,解决三十个城市间的旅行商问题,求最短距离-Tabu search algorithm to solve thirty cities between the traveling salesman problem, the shortest distance
HN_OJ
- 湖南大学ACM-OJ的部分题目代码,对学习数据结构和算法很有帮助-Hunan University ACM-OJ part of the subject code, the data structure and algorithm to learn helpful
bookticket
- 此程序是一个机场的订票系统,功能较完整,有订票,退票,预约等功能,较适合作为数据结构科目的课程设计。-This program is an airport booking system, function more complete, with booking, refund, booking and other functions, more suitable as a data structure, curriculum design subjects.
KeyGen
- RSA算法序号生成器-Serial number generator RSA algorithm
ringbuffer
- 在通信程序中,经常使用环形缓冲区作为数据结构来存放通信中发送和接收的数据。环形缓冲区是一个先进先出的循环缓冲区,可以向通信程序提供对缓冲区的互斥访问。-In the communications program, frequently used as a ring buffer data structure to store communications to send and receive data. Ring buffer is a FIFO buffer of the cycle can
TreeAlg
- c++ 伸展树(splay) B-树的实现源码-c++ extension tree (splay) B-tree to achieve source