Welcome![Sign In][Sign Up]
Location:
Search - Tree Search

Search list

[JSP/Javatree

Description: 用 java实现的 搜索二叉树的插入、删除、遍历和平衡,是自己用与数据结构考试编写的 ,对数的相关编程很有用-java with the realization of the binary tree search, insert, delete, and traverse balance, and the use of their own data structure prepared by the examination of a number of useful programming
Platform: | Size: 1797 | Author: 记忆超 | Hits:

[source in ebook电话本管理系统

Description: 提高输入容错。判断输入的对错。 时间关系,搜索功能为线性搜索,现增强如下:f_search:费氏查找法;btree:二叉树查找法;l_search:线性查找法; r_search:递归折半查找法;zcsear:杂凑碰撞查找法;o_sear:插补查找加强法; 排序是冒泡法,现增强为:heaps:累堆排序;binary:二叉树排序;xieer:谢耳排序;sinsert:插入排序;quicks:快速排序;select:选择排序法;-increase input fault tolerance. Imported wrong judgment. The time, a search function for the linear search is enhanced as follows : f_search : Fernandez search method; BTREE : binary tree search method; L_search : linear search method; R_search : recursive binary search method; Zcsear : hash collision search method; " Files : interpolation search Enhancement Act; Sorting is bubbling, as it is now : heaps : tired heap sort; binary : Binary Tree sorting; xieer : Xie ears scheduling; sinsert : Insert scheduling; quicks : rapid sequencing; select : Select Sort;
Platform: | Size: 4096 | Author: 王军 | Hits:

[Data structs深度优先搜索

Description: 深度优先搜索二叉树-depth-first search Binary Tree
Platform: | Size: 144384 | Author: 张小成 | Hits:

[Data structsBST BBT

Description: 数 据 结 构 大型 作业3.1输入一个数列L,生成一棵二叉排序树T;3.2对二叉排序树T作中序遍历,输出结果;3.3计算二叉排序树T的平均查找长度, 输出结果;3.4判断二叉排序树T是否为平衡二叉树,输出信息“OK!”/“NO!”;3.5再使用上述数列L,生成平衡的二叉排序树BT,每当插入新元素,发现当前的二叉排序树BT不是平衡的二叉排序树,则立即将它转换成新的平衡的二叉排序树BT;3.6计算平衡的二叉排序树BT的平均查找长度,输出结果。3.6分析对比未平衡化的二叉排序树和平衡的二叉排序树的查找效率(最好、最坏平均比较关键字数)-data structure large operations into a 3.1 L series, generating a binary tree Sort T; 3.2 pair of two fork-tree T for medium preorder, output results; 3.3 Ranking calculation Binary Tree Search T's average length of the output; 3. four judgment ordering two trees T fork whether balanced binary tree, the output message "OK!"/"NO!" ; again using the 3.5 series L, generate balanced binary tree sort BT, whenever insert a new element, found the current binary sort tree is not-BT Value of two binary sort tree, it will be immediately converted into the new balance of the two fork-tree BT; 3.6 Calculation balanced binary tree sort BT search length of the average output results. 3.6 Comparative Analysis of the outstanding balance of two fork-tree and balanced binary tree s
Platform: | Size: 4096 | Author: 洪玲叶 | Hits:

[Compress-Decompress algrithmslzss_huf

Description: This scheme is initiated by Ziv and Lempel [1]. A slightly modified version is described by Storer and Szymanski [2]. An implementation using a binary tree is proposed by Bell [3]. The algorithm is quite simple: Keep a ring buffer, which initially contains "space" characters only. Read several letters from the file to the buffer. Then search the buffer for the longest string that matches the letters just read, and send its length and position in the buffer.
Platform: | Size: 3072 | Author: 冰冰 | Hits:

[AI-NN-PRsrtree

Description: 基于内容的多媒体数据检索算法SR-Tree,类似于R*-tree和SS-tree的最近邻搜索 -content-based multimedia data retrieval algorithm SR-Tree, similar to the R*- tree and SS-tree search of the nearest neighbor
Platform: | Size: 20480 | Author: 章明 | Hits:

[Data structsserach

Description: 二叉排序树的查找算法,用非递归做的,查找删除节点等操作-Binary Tree Search ranking algorithm, the use of non- recursive so that you delete nodes, etc
Platform: | Size: 163840 | Author: 苗建新 | Hits:

[Other二叉树的类实现

Description: 二叉树的一般操作: 1. 判断二叉树是否为空。 2. 搜索二叉树中的某一项。 3. 在二叉树中插入一项。 4. 从二叉树中删除一项。 5. 求二叉树的高度。 6. 求二叉树的节点数量。 7. 求二叉树的叶节点数量。 8. 遍历二叉树。 9. 复制二叉树。 -binary tree : 1. To judge whether the binary tree is empty. 2. Binary Tree Search of a one. 3. The insertion of a binary tree. 4. From a binary tree removed. 5. For binary tree height. 6. For binary tree node number. 7. For binary tree leaf node number. 8. Traverse binary tree. 9. Replication binary tree.
Platform: | Size: 109568 | Author: 刘炎黄 | Hits:

[Linux-UnixoptimalBinarySeachTree

Description: Build an optimal binary search tree using dynamic programming.-Build an optimal binary search tree using d ynamic programming.
Platform: | Size: 538624 | Author: zhoushusen | Hits:

[OtherKd-tree

Description: KD 树代码,常见的数据搜索算法,比较实用-KD tree code, common data search algorithms, more practical
Platform: | Size: 4096 | Author: nanyuan | Hits:

[Data structsAVLtree

Description: 在各种各样的搜索算法中,AVL树的搜索算法可以将其最短的搜索时间做一个保证,本程序就是实现了AVL搜索算法-in a wide variety of search algorithm, AVL tree search algorithms can be the shortest time to do a search that The procedure is to achieve the AVL Search Algorithm
Platform: | Size: 1008640 | Author: heyangyi | Hits:

[JSP/Javatree

Description: 用 java实现的 搜索二叉树的插入、删除、遍历和平衡,是自己用与数据结构考试编写的 ,对数的相关编程很有用-java with the realization of the binary tree search, insert, delete, and traverse balance, and the use of their own data structure prepared by the examination of a number of useful programming
Platform: | Size: 2048 | Author: 记忆超 | Hits:

[Data structstree

Description: 参照网上的例子改写的多叉树的读写程序,可以从文件读取并显示,支持查找,修改等操作-Examples of online reference to rewrite the multi-tree reading and writing process, you can read and display from the document to support the search, modify, such as operation
Platform: | Size: 288768 | Author: 雷文平 | Hits:

[Data structsBSTree

Description: 程序包括了平衡二叉树的查找,插入,删除,合并等操作-Procedures, including the balanced binary tree search, insert, delete, merge, such as operation
Platform: | Size: 3072 | Author: | Hits:

[Data structsdictionary-tree-soursecode

Description: 此代码是字典树的实现源代码,字典树是一种数据结构,用它可以实现对各种单词的检索。而对每一个单词的查找次数是单词的长度。做acm题很有用,应用程序中相信也能优化很多算法!-This code is the dictionary tree realize the source code, the dictionary is a tree data structure, it can be achieved on a variety of word retrieval. And for each word is the number of search words in length. Acm title make useful applications, many believe that the optimization algorithm can be!
Platform: | Size: 1024 | Author: 孟繁荣 | Hits:

[Software Engineeringtree

Description: 二叉树的搜索,以及添加,删除,排序等共能的实现-Binary tree search, as well as add, delete, sort, were able to realize the
Platform: | Size: 2048 | Author: 李白 | Hits:

[AI-NN-PRgeneralTreeSearch~.lisp

Description: general tree search的lisp语言实现-general tree search
Platform: | Size: 1024 | Author: xue bai | Hits:

[SCMa-binary-tree-search-function

Description: 该代码是实现单总线器件的二叉树搜索功能的rom程序。-The code is a binary tree search function to achieve a single-bus device rom program.
Platform: | Size: 1024 | Author: 张丽华 | Hits:

[Otherbinary tree search

Description: binary tree search in c++
Platform: | Size: 7750 | Author: buggybus | Hits:

[GUI DevelopSearchVisualTree

Description: Written for WPF C# shows visual tree search
Platform: | Size: 20480 | Author: sonic414 | Hits:
« 12 3 4 5 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net