资源列表
neibor_chat
- 这个程序提供了数据结构邻接表的一种实现方法,程序简洁易懂-This program provides an adjacency list data structure implementations, procedures, and easy to read
judge_leaf_number
- 本程序是对二叉树的操作,判断并统计二叉树的叶子节点个数-This procedure is a binary operation, and statistics to determine the number of binary tree leaf node
Algotithms_Design_Techniques_and_Analysis_M.H_Alsu
- 《算法设计与技巧》 (沙特阿拉伯)阿苏外耶-Algotithms_Design_Techniques_and_Analysis_M.H_Alsuwaiyel
Quicksort
- 一个快速排序的程序,输入一组数字,通过快速排序方法将其排序并输出-A quick sort program, enter a number, a quick way to sort and sort the output
linearChain
- c++链表 功能包括添加元素、删除元素、出入元素、访问元素。 使用模板实现-c++ linked list, functions include add elements, remove elements, access element, access element. Use templates
linear_indirect
- c++ 间接寻址 功能包括访问元素、删除元素、添加元素,输出元素。使用模块-c++ features including access to indirect elements, remove elements, add elements, output elements. Use module
linear_binsort
- c++ 箱子排序完整代码。使用模板实现。-c++ code in the box complete sequencing. Use of templates.
VC7775
- 自己编写的二叉查找树,分享给想学数据结构的开发人员。包括节点插入、节点删除、最大值,最小数值,后继元素,重载标准输出操作符…… -I have written a binary search tree data structure wants to learn to share the development of staff. Including node insertion, node deletion, the maximum value, minimum value, subsequ
Bitree
- 实现二叉树,用中序遍历和后序遍历对二叉树进行遍历 -shixianerchashu
DatastructureDingXinZhe1-5
- 数据结构课件,学习c语言的人可以看看,很实用-Data structures courseware, learning c language, one can see, very practical
bianli
- 这是树的非递归遍历源程序,输入一个二叉树,将输出该树经过先,中,后遍历后的结果-This is a non-recursive tree traversal source, enter a binary tree, the tree will be output through the first, during, and after traversing the result
btree_post
- 通过给出的二叉树的先序和中序遍历的序列,确定其后序序列-Through the binary tree given preorder and inorder traversal sequence, determine the sequence of the subsequent sequence
