资源列表
huffman
- huffman decoding in c-huffman decoding in c++
erchalianbiao
- 若在二叉链表的结点中只增设一个双亲域 以指示其双亲结点,则在遍历过程中能否不设栈? 试以此存储结构编写不设栈进行中序遍历的递推形 式的算法。
4
- ACM模拟试题 饮食问题 附件中有详细的题目要求和运行通过的源代码-ACM mock examination papers eating problems are detailed in the annex to the subject requirements and run through the source code
bahuanghou
- 八皇后是学习c或者c++入门的同学都会接触到的,这个给大家当个模板吧。-Eight queens to learn c or c++ entry students are exposed to this as a template for everyone.
shannon
- 香农编码的C语言实现,这里的程序比较简单,适合初学者练习写代码用-The Shannon coding in C language, the procedure is relatively simple, suitable for beginners to practice writing code
BinaryTree
- 给出二叉树的先序遍历和中序遍历,递归构造出二叉树并打印结果-Given binary tree preorder and inorder traversal, recursive binary tree constructed and print the results
main
- 邮递员*** :两点之间的最短距离
trees
- 二叉树也是递归定义的,其结点有左右子树之分,逻辑上二叉树有五种基本形态: (1)空二叉树——(a); (2)只有一个根结点的二叉树——(b); (3)右子树为空的二叉树——(c); (4)左子树为空的二叉树——(d); (5)完全二叉树——(e)注意:尽管二叉树与树有许多相似之处,但二叉树不是树的特殊情形。 -Binary tree is recursively defined, and its sub-tree nodes are so divided, there are five ba
yuesefuhuan
- 关于数据结构的一个算法问题,主要解约瑟夫环问题,拿出来分享,希望能为大家提供帮助
stack
- 数据结构 详细描述了如何链栈的方法以及操作
Fac4_6_2
- 最小生成树问题贪心(Prim)算法,该程序原自王晓东算法设计,程序已调通-Greedy minimum spanning tree problem (Prim) algorithm, the program Xiaodong algorithm since the original design, procedures have been transferred Qualcomm
shuanglianbiao
- 数据结构中关于双链表的程序 希望对大家有所帮助-Data structure on the double-linked list of procedures would like to help everyone