CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - trie data structure

搜索资源列表

  1. TireTree

    0下载:
  2. 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
  3. 所属分类:CSharp

    • 发布日期:2017-04-07
    • 文件大小:1756
    • 提供者:youyu
  1. Trie

    0下载:
  2. Trie数据结构,一种字符串存储方式,可以提高字符串的查找效率-a data structure of Trie, which can be used for storing the strings and improve the searching efficiency for a given string
  3. 所属分类:Data structs

    • 发布日期:2017-04-04
    • 文件大小:324461
    • 提供者:黄异
  1. TrieTrees

    0下载:
  2. 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.
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-02
    • 文件大小:30212
    • 提供者:Cosmin
  1. B01AB525d01

    0下载:
  2. 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 H
  3. 所属分类:software engineering

    • 发布日期:2017-03-25
    • 文件大小:147024
    • 提供者:asad2001
  1. TireTree

    0下载:
  2. 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
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:55671
    • 提供者:youyu
  1. Trie

    0下载:
  2. trie树的一个实现 trie树是在字符串匹配中常用的一种高效数据结构-trie tree trie tree is a realization of the string matching used in an efficient data structure
  3. 所属分类:Data structs

    • 发布日期:2017-03-28
    • 文件大小:514800
    • 提供者:袁梦
  1. libtrie.tar

    0下载:
  2. 开源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
  3. 所属分类:WEB(ASP,PHP,...)

    • 发布日期:2017-04-06
    • 文件大小:187116
    • 提供者:wuyin
  1. Trie

    0下载:
  2. trie 树 什么是 trie 树 ? ◇ trie 树是一种用于快速检索的多叉树结构。 ◇ 和二叉查找树不同,在 trie 树中,每个结点上并非存 储一个元素。 ◇ trie 树把要查找的关键词看作一个字符序列。并根据 构成关键词字符的先后顺序构造用于检索的树结构。 ◇ 在 trie 树上进行检索类似于查阅英语词典。 一棵 m 度的 trie 树或者为空,或者由 m 棵 m 度的 trie 树构 成。-data structure
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-27
    • 文件大小:247974
    • 提供者:liang
  1. poj1816

    0下载:
  2. poj上1816题,用静态trie树这个数据结构实现-poj on the 1816 title, with the static trie tree data structure to achieve this
  3. 所属分类:Data structs

    • 发布日期:2017-04-02
    • 文件大小:728
    • 提供者:fjy
  1. trie

    0下载:
  2. 自己实现的trie树结构,能够较为高效实现数据的各种查询操作-Own implementation of trie tree structure, to a variety of more efficient data queries
  3. 所属分类:Data structs

    • 发布日期:2017-04-01
    • 文件大小:595607
    • 提供者:bertrand
  1. trie-tree

    0下载:
  2. 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 t
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1269
    • 提供者:咋都有
  1. shudejianliyuchazhao

    0下载:
  2. Trie树构建与查找,文档包括程序思路详解与代码及注释,数据结构作业-Trie tree Find program ideas Detailed code and notes, data structure operations
  3. 所属分类:Data structs

    • 发布日期:2017-12-02
    • 文件大小:106694
    • 提供者:麦白术
  1. Data-structure-(b)-

    0下载:
  2. 讲述了数据结构中的并查集, DFA, Trie树,Trie图等算法,并且含有例题。-Describes the data structure and set of check, DFA, Trie tree, Trie FIG algorithms and contains examples.
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-11
    • 文件大小:2472693
    • 提供者:司思思
  1. Peersim-Pht-master

    0下载:
  2. 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 s
  3. 所属分类:software engineering

  1. TrieKeyValueStore

    0下载:
  2. 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
  3. 所属分类:Java Develop

    • 发布日期:2017-04-29
    • 文件大小:231753
    • 提供者:java dev
搜珍网 www.dssz.com