欢迎来到虫虫下载站 | 资源下载 资源专辑 关于我们
虫虫下载站

This is an implementation of double-array structure for representing trie, as proposed by Junichi A

数据结构 34 K 40 次下载

资源详细信息

文件格式
压缩包
文件大小
34 K
资源分类
上传者
发布时间
下载统计
40
所需积分
2 积分

This is an implementation of double-array structure for representing trie, as proposed by Junichi A - 资源详细说明

This is an implementation of double-array structure for representing trie, as proposed by Junichi Aoe [1]. Trie is a kind of digital search tree, an efficient indexing method with O(1) time complexity for searching. Comparably as efficient as hashing, trie also provides flexibility on incremental matching and key spelling manipulation. This makes it ideal for lexical analyzers, as well as spelling dictionaries. See the details of the implementation at [2]: http://linux.thai.net/~thep/datrie/datrie.html Historically, this was first implemented as C++ classes in a library called midatrie [2], but later simplified and rewritten from scratch in C.

This is an implementation of double-array structure for representing trie, as proposed by Junichi A - 源码文件列表

立即下载 This is an implementation of d

提示:下载后请用压缩软件解压,推荐使用 WinRAR 或 7-Zip

下载说明与使用指南

下载说明

  • 本资源需消耗 2积分
  • 24小时内重复下载不扣分
  • 支持断点续传功能
  • 资源永久有效可用

使用说明

  • 下载后使用解压软件解压
  • 推荐使用 WinRAR 或 7-Zip
  • 如有密码请查看资源说明
  • 解压后即可正常使用

积分获取方式

  • 上传优质资源获得积分
  • 每日签到免费领取积分
  • 邀请好友注册获得奖励
  • 查看详情 →

相关技术标签

点击标签浏览更多相关数据结构资源:

相关数据结构资源推荐