资源列表
Tree
- 数据结构的二叉树操作,数据结构学习起步的简单程序-Microsoft Visual C++
ass4
- 数据结构作业4:以数偶的形式依次从键盘上输入一串数据。如:(A,B)为从起始结点(其数据场之值为一大写的英文字母 A ),到终止结点(其数据场之值为一大写的英文字母 B)的无向边。最后输入(Z,Z)表示输入结束。请用无向图的邻接多重表存储该无向图,并注意一定要使用动态存储结构。-Data Structure Assignment 4: The order of a few even in the form of a string of data input from the keyboard.
huffman2
- 二进制哈弗曼编码,编码可以放在前后,可以进行选择-Binary Hafu Man, coding can be placed before and after
design
- 数据结构课程设计,表达式求值.大家看看,如果功能不好再找我修改-Data structure design, the expression is evaluated. Let us take a look, if not find my modified function
Toplogical_Sorting
- 这个课程项目完成了给定DAG graph,找到所有拓扑排序并且输出。用到了指针和链表。对于学习C/C++和数据结构比较有帮助。-this course project has output all the topological sorting given the nodes and relation for the DAG graph. This is very helpful for practicing pointer/link list in C/C++ and data structu
sjjg
- 大学用数据结构课件 来自北京工业大学的 需要的尽管下载-University of courseware using the data structure from the Beijing University of Technology, even though it needs to download
Lecture6
- 数据结构中链式队列和堆栈的循环用法,非常有用-Queue data structure in the chain and the cycle stack usage, very useful
juli
- 求迷宫两点间有无通路,查找所有通路和最近的那条通路,自己写的,很好用的哦,要看明白的话,就得多动动脑子才能明白里面的算法-Ask whether the path between two points in the maze to find all access channels and the latest piece of their own writing, the good Oh, to see to understand, then it is much more with half
pre-mid-creattree
- 已知用户输入的二叉树的前序、中序遍历结果,建立二叉树,并以广义表的形式输出结果-creat a binary tree by its preorder and mid-order
maopaopaixufa
- 用C++编程的冒泡排序法,希望对你有帮助,编程路上共同努力。-bubble sort
C-yu-yan---pai-xu-
- 【最新编排】C语言中排序程序代码,此代码是从别处下载的,请参考-C yu yan zhong pai xu cheng xu dai ma
shunxubiaonizhi
- 对顺序表元素就地逆置,将线性表(a1,a2,……,an)逆置为(an,an-1,……,a1)。(The sequential table element is placed in place, and the linear table (A1, A2,... An) inversed (an, an-1,... A1).)
