资源列表
btree
- 用先序、中序、后序三种方式递归、非递归的遍历二叉树-With the first order, in order, the order of three ways recursive, non-recursive binary tree traversal
huffman
- 对一组具有概率分布的数据进行哈夫曼编码,最后对编码结果输出显示。-Probability distribution on a set of data with Huffman coding, the coding results of the final output.
graph
- 数据结构中对图的操作,图的邻接矩阵,C++代码-The data structure of FIG. Operation FIG the adjacency matrix C++ code,
SeqStack
- 该源码是数据结构顺序栈的基础源码,程序能够直接运行,提供给初学数据结构的人,有助于快速入门-This source code is the foundation of data structure sequence stack source code, the program can directly run, to provide beginners data structure, help quickstart
9838406
- 设计一个校园导游咨询程序,为来访的客人提供学校最短路径信息查询服务()
jiniunai
- 背景 三个农民每天清晨5点起床,然后去牛棚给3头牛挤奶。第一个农民在300时刻(从5点开始计时,秒为单位)给他的牛挤奶,一直到1000时刻。第二个农民在700时刻开始,在 1200时刻结束。第三个农民在1500时刻开始2100时刻结束。期间最长的至少有一个农民在挤奶的连续时间为900秒(从300时刻到1200时刻),而最长的无人挤奶的连续时间(从挤奶开始一直到挤奶结束)为300秒(从1200时刻到1500时刻)。 你的任务是编一个程序,读入一个有N个农民(1 <= N <
OK_List_Queue
- 练习如何使用链表模拟队列的数据进出操作。-Practice how to use the linked list data simulation queue out of operation.
YSF_NoHead
- 这是用不带头结点的循环链表实现的约瑟夫环程序。-This is not to take the lead with a circular linked list of nodes to achieve Josephus program.
trees
- 线段树平衡树左偏树,能够几何数级大幅提升算法效率-these trees
DYNAMIC--PROGRAMMING
- 动态规划的讲义,包含对动态规划算法的基本介绍以及一些经典例子。-Dynamic Programming notes, contains a basic introduction to the dynamic programming algorithm and some classic examples.
HuffmanCode
- 霍夫变换 计算机VC++语言实现数据结构中霍夫变换算法,编译通过-Hough transform VC++ computer language data structures Hough transform algorithm, compiled by
joseph
- 大学本科数据结构课程实验。约瑟夫环C语言实现,内有清晰注释-Experimental data structure of undergraduate courses. Joseph Central C language, there are clear comments
