Welcome![Sign In][Sign Up]
Location:
Search - trie data structure

Search list

[Data structsTrie

Description: Trie数据结构,一种字符串存储方式,可以提高字符串的查找效率-a data structure of Trie, which can be used for storing the strings and improve the searching efficiency for a given string
Platform: | Size: 324608 | Author: 黄异 | Hits:

[Windows DevelopTrieTrees

Description: It s an interface for using Trie Trees (data structure application) (used for implementing optimal sets...with applications on text data as input...foe example dictionaries) and a test program with CLI in a form of a menu to test those features.
Platform: | Size: 30720 | Author: Cosmin | Hits:

[Software EngineeringB01AB525d01

Description: The problem of efficient data structures for IP lookups has been well studied in literature. Techniques such as LC tries and Extensible Hashing are commonly used. In this paper, we address the problem of generalizing LC tries and Extensible Hashing, based on traces of past lookups, to provide performance guarantees for memory sub-optimal structures. As a specific example, if a memory-optimal (LC) trie takes 6MB and the total memory at the router is 8MB, how should the trie be modified to make best use of the 2 MB of excess memory? We present a greedy algorithm for this problem and prove that, if for the optimal data structure there are b fewer memory accesses
Platform: | Size: 147456 | Author: asad2001 | Hits:

[CSharpTireTree

Description: Trie树,又称字典树、单词查找树,是一种树形结构,用于保存大量的字符串。它的优点是:利用字符串的公共前缀来节约存储空间,是一种比较简单的数据结构。理解起来比较简单,但Trie树也有它的缺点,Trie树的内存消耗非常大。-Trie tree, also known as a dictionary tree, word search tree is a tree structure used to save a lot of strings. Its advantages are: the use of a string of public prefix to save storage space, is a relatively simple data structures. Is relatively simple to understand them, but the Trie tree also has its shortcomings, Trie tree is very big memory consumption.
Platform: | Size: 2048 | Author: youyu | Hits:

[CSharpTireTree

Description: Trie树,又称字典树、单词查找树,是一种树形结构,用于保存大量的字符串。它的优点是:利用字符串的公共前缀来节约存储空间,是一种比较简单的数据结构。理解起来比较简单,但Trie树也有它的缺点,Trie树的内存消耗非常大。-Trie tree, also known as a dictionary tree, word search tree is a tree structure used to save a lot of strings. Its advantages are: the use of a string of public prefix to save storage space, is a relatively simple data structures. Is relatively simple to understand them, but the Trie tree also has its shortcomings, Trie tree is very big memory consumption.
Platform: | Size: 55296 | Author: youyu | Hits:

[Data structsTrie

Description: trie树的一个实现 trie树是在字符串匹配中常用的一种高效数据结构-trie tree trie tree is a realization of the string matching used in an efficient data structure
Platform: | Size: 515072 | Author: 袁梦 | Hits:

[WEB Codelibtrie.tar

Description: 开源libtrie库。高效,快速,十分常用的数据结构实现。 网址:http://wikipedia-clustering.speedblue.org/trie.php-Open Source libtrie library. Efficient, rapid and very common data structure. Website: http://wikipedia-clustering.speedblue.org/trie.php
Platform: | Size: 187392 | Author: wuyin | Hits:

[Mathimatics-Numerical algorithmsTrie

Description: trie 树 什么是 trie 树 ? ◇ trie 树是一种用于快速检索的多叉树结构。 ◇ 和二叉查找树不同,在 trie 树中,每个结点上并非存 储一个元素。 ◇ trie 树把要查找的关键词看作一个字符序列。并根据 构成关键词字符的先后顺序构造用于检索的树结构。 ◇ 在 trie 树上进行检索类似于查阅英语词典。 一棵 m 度的 trie 树或者为空,或者由 m 棵 m 度的 trie 树构 成。-data structure
Platform: | Size: 247808 | Author: liang | Hits:

[Data structspoj1816

Description: poj上1816题,用静态trie树这个数据结构实现-poj on the 1816 title, with the static trie tree data structure to achieve this
Platform: | Size: 1024 | Author: fjy | Hits:

[Data structstrie

Description: 自己实现的trie树结构,能够较为高效实现数据的各种查询操作-Own implementation of trie tree structure, to a variety of more efficient data queries
Platform: | Size: 595968 | Author: bertrand | Hits:

[Data structstrie-tree

Description: Trie是一种树型数据结构,用于存储字符串,可以实现字符串的快速查找。Trie的核心思想是空间换时间,利用字符串的公共前缀来降低查询时间的开销以达到提高效率的目的。 适用范围:统计和排序大量的字符串-Trie is a tree data structure used to store the string, the string can quickly find. Trie' s core idea is space for time, use the string prefix to reduce the public cost of the query time to achieve the purpose of increasing efficiency. Scope: Statistics and sorting a large number of strings
Platform: | Size: 1024 | Author: 咋都有 | Hits:

[Data structsshudejianliyuchazhao

Description: Trie树构建与查找,文档包括程序思路详解与代码及注释,数据结构作业-Trie tree Find program ideas Detailed code and notes, data structure operations
Platform: | Size: 106496 | Author: 麦白术 | Hits:

[OtherData-structure-(b)-

Description: 讲述了数据结构中的并查集, DFA, Trie树,Trie图等算法,并且含有例题。-Describes the data structure and set of check, DFA, Trie tree, Trie FIG algorithms and contains examples.
Platform: | Size: 2472960 | Author: 司思思 | Hits:

[Software EngineeringPeersim-Pht-master

Description: Distributed Hash Tables are scalable, robust, and self-organizing peer-to-peer systems that support exact match lookups. This paper describes the design and implementation of a Prefix Hash Tree - a distributed data structure that enables more sophisticated queries over a DHT. The Prefix Hash Tree uses the lookup interface of a DHT to construct a trie-based structure that is both efficient (updates are doubly logarithmic in the size of the domain being indexed), and resilient (the failure of any given node in the Prefix Hash Tree does not affect the availability of data stored at other nodes). moshaverprozhe.ir 09308766416 ا ن ج ا م پ ر و ژ ه -Distributed Hash Tables are scalable, robust, and self-organizing peer-to-peer systems that support exact match lookups. This paper describes the design and implementation of a Prefix Hash Tree - a distributed data structure that enables more sophisticated queries over a DHT. The Prefix Hash Tree uses the lookup interface of a DHT to construct a trie-based structure that is both efficient (updates are doubly logarithmic in the size of the domain being indexed), and resilient (the failure of any given node in the Prefix Hash Tree does not affect the availability of data stored at other nodes). moshaverprozhe.ir 09308766416 ا ن ج ا م پ ر و ژ ه
Platform: | Size: 686080 | Author: moshaverprozhe.ir | Hits:

[JSP/JavaTrieKeyValueStore

Description: It implements a Trie data structure to store key/value pairs, also it has a trie for all valid commands. TrieRun class takes a file name (with complete path) as an input user and then it reads the file line by line and the commands. TestFile.txt present in the /src has the commands which can be used to test the working of the project. com.junit package includes a JunitTest class and other test cases as Junit Test Suite-It implements a Trie data structure to store key/value pairs, also it has a trie for all valid commands. TrieRun class takes a file name (with complete path) as an input user and then it reads the file line by line and the commands. TestFile.txt present in the /src has the commands which can be used to test the working of the project. com.junit package includes a JunitTest class and other test cases as Junit Test Suite
Platform: | Size: 231424 | Author: java dev | Hits:

CodeBus www.codebus.net