资源列表
leftheap
- 标准数据结构左式堆的C语言实现,很规范,供参考-The left-heap of C language implementation of the standard data structures, specifications for reference
migong
- 用vc++实现迷宫求解的算法,一个十分常用的数据结构算法
simple_xy_wr
- 利用F90接口创建nc格式文件,并写入一个虚构的2维数据-use F90 interface to create nc format file
Tree
- 对于初学数据结构的人来说,树的结构肯定要知道的,以上为大家提供了树的基本操作,希望能有所帮助。-TREE
25_CS11B019_Assignment3.tar
- infix expression to post fix
eight_huanghou
- 八皇后问题,回溯算法的经典例子,此程序可以扩展至n皇后问题。-eight Queen's problems, backtracking algorithms classic example of this procedure can be extended to n Queen's problem.
Program
- 用很简单的方法描述了如何勇贪婪算法解决旅行商问题-Using very simple methods Yong describes how greedy algorithm to solve traveling salesman problem
algo9-3
- C程序,用来处理图的相关信息。可以输出结点间的最短路径-C programe to deal with map-related information. Output the shortest path between each node
tancs
- 这是快速排序程序,希望能给你们一些帮助。仅此而以,在下能力有限,还望指正-It can help you to understand the quick sort
StackOperations
- 堆栈操作:初始化堆栈,入栈操作,出栈操作,取栈顶元素。-Stack operations: initialize the stack, the stack operation, and pop operations, to take the top element.
Huffmancode
- 着先通过 HuffmanTree() 函数构造哈夫曼树,然后在主函数 main()中自底向上开始(也就是从数组序号为零的结点开始)向上层层判断,若在父结点左侧,则置码为 0,若在右侧,则置码为 1。最后输出生成的编码-The first HuffmanTree () function to construct Huffman tree, and then main () main () the bottom up (that is, the array number zero node) t
dic
- 字典树算法 算法描述为:由字母a~z所组成的字符串的一个集合中,各个字符的长度之和为n。设计一个O(n)时间的算法,将这个集合中所有字符串依字典进行排序。注意,这里可能存在非常长的字符串
