搜索资源列表
华科2011考研复试机试题目
- 华科2011考研复试机试题目。第一题是文件操作基础;第二题是无冗余申请内存呢;第三题是建立二叉排序树相关。-China Branch 2011 Traditional Interview Questions machine head. The first problem is the basis of file operations second question is what non-redundant application memory The third problem is re
Binary_balance_sorttree
- 7、二叉平衡排序树 问题描述:创建二叉平衡排序树 基本要求: 1、 输入数据的数量不得低于15个 2、 建立二叉平衡排序树(要求包括LL型LR型RR型RL型四种调整方式) 3、 完成任意数据的查找(要求给出查找执行的次数) -7, binary sort tree balanced descr iption of the problem: Create a balanced binary tree sort of basic requirements: 1, the nu
heapsort
- 堆排序(HeapSort)是一树形选择排序。堆排序的特点是:在排序过程中,将R[l..n]看成是一棵完全二叉树的顺序存储结构,利用完全二叉树中双亲结点和孩子结点之间的内在关系(参见二叉树的顺序存储结构),在当前无序区中选择关键字最大(或最小)的记录-Heap Sort (HeapSort) is a tree selection sort. Heap sort is characterized by: the sort process, the R [l.. N] as a complete b
BiSortTree
- 在学习数据结构课程是二叉排序树的基本操作算法实现-binary sort tree
76590221_83_hw4
- 一共3个源码,分别实现了有障碍的完全图的最小二叉树生成,以及一个用优先队列实现的优先级排序问题。详见内附文档。-A total of three source, respectively, are obstacles to achieving a complete map of the smallest binary tree generation, and a priority queue implemented with priority scheduling.
BinOrderTree
- 简单的二叉排序树,数据结构的时候做的,过的去-Simple binary sort tree data structure, had to go
binary-sort-tree
- 二叉排序树功能包括:插入,查找,遍历,删除,还有显示;(显示是需要树状的二叉排序树)-binary sort tree
algorithm-CPP
- 数据结构面试常考算法,C++实现 包含数组、字符串、链表、二叉树、排序-Interview data structures algorithm, C++ contain arrays, strings, linked lists, binary trees, sorting
BinTree
- 二叉排序树,实现树的各种操作,包括计算深度,找最大值最小值,还有各种遍历的递归算法和非递归算法,以及查找查找树的前驱节点和后继节点-Binary sort tree, the tree to achieve various operations, including the calculation of depth, looking for maximum minimum, there are various recursive traversal algorithm and non-recur
Traversal
- 二叉树的创建,插入,删除,排序,先序,中序,后序以及打印等功能-Create a binary tree , insert, delete , sort, first order, in sequence, after and printing functions
search
- 算法与数据结构中常用到的查找算法(顺序查找,折半查找,二叉排序树,开放定址)。-Algorithms and data structures used to the search algorithm (sequential search, binary search, binary sort tree, open addressing).
Story-editor-binary-tree-traversal
- “文章编辑二叉树遍历各种排序.cpp”、“二叉树的建立以及遍历.cpp”、“各种排序.cpp”、“文章编辑.cpp”- The article edit binary tree traversal various sorting .c++ , build a binary tree traversal and .cpp , various sorting .cpp , Story Editor .cpp