资源列表
Text1
- 数据结构中的一个迷宫小程序,没事可以下下来看看。-Data structure in a maze of small programs, nothing to look down under.
str1
- 邻接表与邻接矩阵互相转化,已通过测试,可直接运行-Adjacency list and adjacency matrix into each other, has been tested, can be directly run
FinalExam
- C语言期末考试题,含答案。数组、链表、函数等的使用和C编程。-failed to translate
jiayouzhan
- 【汽车加油问题】一辆汽车加满油后可以行驶N千米。旅途中有若干个加油站。若要使沿途的加油次数最少,设计一个有效的算法,指出应在那些加油站停靠加油。并证明你的算法能产生一个最优解。-[Problem] auto fuel fill up a car after driving N km. There are several gas stations journey. To make the least number of refueling along the way to design an ef
BiTree
- 该源代码为二叉树的构建和使用,为数据结构课程中的一个例子-The source code for the construction and use of binary tree data structure courses for an example
Viterbi算法简洁注释版
- Viterbi算法源程序,注释简洁,利于使用-Viterbi algorithm source, concise notes, beneficial use
Q_SORT
- 快速排序C++源码,已测试过-Quick Sort C source code, has tested.
1051WoodenSticks
- acm HDOJ 1051WoodenSticks Descr iption: There is a pile of n wooden sticks. The length and weight of each stick are known in advance. The sticks are to be processed by a woodworking machine in one by one fashion. It needs some time, called setup
xhdl
- 对循环队列进行元素的插入和删除操作.要求1)用数组作为存储空间建立一个循环队列,并输出输入前后的内容变化。 2)实现循环队列的入队和出队操作.
OrderlyCyclingMerger
- 设A与B分别为两个带有头结点的有序循环链表(所谓有序是指链接点按数据域值大小链接,本题不妨设按数据域值从小到大排列),list1和list2分别为指向两个链表的头指针。请写出将这两个链表合并为一个带头结点的有序循环链表的算法。-Let A and B are two nodes with the first order circular list (the so-called point of order is the link to the link at the size of data f
zhan
- 用栈实现二叉数的遍历 其中构造的栈是一个动态的栈-Use stack to achieve the number of ergodic binary structure in which the stack is a dynamic stack
Hashtable
- 数据结构课程设计,哈希表的算法的实现 。-Data structure curriculum design, hash table implementation of the algorithm