首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > 其他 > ternary-search-tree

ternary-search-tree

  • 资源大小:103.29 kB
  • 上传时间:2021-06-30
  • 下载次数:0次
  • 浏览次数:0次
  • 资源积分:1积分
  • 标      签: TernarySearchTree

资 源 简 介

This package includes files of TernarySearchTree class. Ternary search tree stores keys in sorted order, which can be used as a symbol table. Searching operation is lightning fast, it is reported comparable with hashing table in most cases, and substantially faster than hashing for unsuccessful searches. Ternary search tree gracefully grows and shrinks, unlike hash table which usually use an array and need to be rebuilt after large size changes. Advance operations such as traversal to get sorted item list, partial matching and near-neighbor search are supported natively. Ternary search tree is initially proposed by Jon Bentley and Bob Sedgewick on 1997. see references: Fast Algorithms for Sorting and Searching Strings: http://www.cs.princeton.edu/~rs/strings/paper.pdf Ternary Search Trees: http://www.ddj.com/documents/s=921/ddj9804a/9804a.htm The folder of the dictionary file in main.cpp file need to be changed

文 件 列 表

ternarySearchTree
data
src
ternarySearchTree.sln
ternarySearchTree.vcproj

相 关 资 源

VIP VIP
0.180320s