搜索资源列表
-
0下载:
非常完美地二叉搜索树模板~~~~ 希望大家能够喜欢,并且提出宝贵意见和建议-perfectly Binary Search Tree template ~ ~ ~ ~ hope that we can love and made valuable suggestions and recommendations
-
-
0下载:
该压缩文件夹内有诸多常用算法和数据结构的c++模板编程实现,可作为您程序开发的辅助工具。具体有栈、队列、优先队列、字典、二叉树、图(包括节点的遍历,连通性判断,3种经典最短路径算法的实现等)。-The compressed folder, there are many commonly used algorithms and data structures c++ Template programming, can be used as your development tool. Specif
-
-
0下载:
用C++实现的一个二叉树模板类,包括一些基本的操作-Using C++ to achieve a binary tree template classes, including some of the basic operation of
-
-
0下载:
一个基于排序二叉树的模版,用来巩固二叉树的基本算法--前序、后序、中序遍历等。-A binary tree based on the sort of template for the consolidation of the basic binary tree algorithm- pre-order, after the sequence, and so on in order traversal.
-
-
0下载:
Binary search tree
- class template BST
- Some basic method: insert, delete
-
-
0下载:
数据结构线性表,链表,栈,查找二叉树等的C++实现,各数据结构基于模板,支持动态增长,另有一个自己封装的高效且支持动态增长的字符串类-Linear data structure tables, linked lists, stacks, find a binary tree, etc. C++ implementation, the template-based data structures to support dynamic growth, while an own package, ef
-
-
0下载:
*编写求二叉树的叶子结点数的函数模板.求一棵二叉树的叶子结点数的递归模型如下-* Write a binary tree of leaf nodes seek the function template. Seek a binary tree of leaf nodes as a recursive model
-
-
0下载:
AVL标准平衡二叉树的模板,运用三种顺序搜索方法构建-Standard AVL balanced binary tree template, constructed using three kinds of sequence search method
-
-
0下载:
排序二叉树(模板类),主要用于数据排序和查找。已在项目中使用-Sorted binary tree (template class), mainly used for data sorting and searching. Has been used in the project
-
-
0下载:
Treap C++模板类
实现了treap数据结构
同时具有堆和二叉树的性质-Treap C++ template class implements the treap data structure of both the nature of the heap and binary tree
-
-
0下载:
做了一个树模板类(protected派生于二叉树类)。
类方法模仿MFC的CTreeCtrl-Made a tree template class (protected derived from binary tree class). MFC' s CTreeCtrl class method to imitate
-
-
0下载:
编写求二叉树的叶子结点数的函数模板。
[算法]
求一棵二叉树的叶子结点数的递归模型如下。
f(btree)=0 若为空树时
f(btree)=1 若只有根结点时,该根结点是叶结点-Leaves the preparation of the binary tree nodes seek the function template. [Method] request a binary tree leaf nodes of the recursive model is as
-
-
0下载:
实现了二叉树递归先中后、以及非递归先中后序的遍历,运用模板是实现,可以很方便在以后使用-To realize the binomial tree recursion in first after the first, and recursion sequence of the traverse, after using the template is achieved, it is convenient to use in the future
-
-
0下载:
平衡二叉树模板,能实现在logN内的查找和插入。是当前查找算法中比较有历史和权威的一种算法。-Balanced binary tree template, can be achieved within the logN find and insert. Search algorithm to compare the current and historical authority of an algorithm.
-
-
0下载:
二叉树的模板,实现前序遍历、中序遍历、后续遍历、查找等功能
-Binary tree template to achieve pre-order traversal, in-order traversal, follow through, search and other functions
-
-
0下载:
用C++写的二叉树,实现了相关的功能,是数据结构入门的经典-binary tree template
-
-
0下载:
模板形式的二叉树操作的实现。定义了二叉树的一些基本功能:插入、查找、删除子树、前序、中序、及后序遍历等。
-Template form of binary tree operations. Defines a binary tree of some basic functions: insert, search, delete subtree, preorder, inorder, and postorder traversal.
-
-
0下载:
二叉树模板源代码,二叉树的具体实现方式以及特性注释-Binary template source code, binary tree specific implementations and features notes
-
-
0下载:
后序线索二叉树类模板
树状形式显示线索二叉树 -Postorder threaded binary class template displayed threaded binary tree
-
-
0下载:
数据结构第三版,适用于初学者学习使用,并且对C,C++已经学过的人。(DS third edition:Vector(using OOP to describe) includes List, Stack, Graph, Binary Tree and so on. it is better that you have learnt C and C++ previously, it will help you better learn the Data Structure especially
-