mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-07 02:06:57 +00:00
659e4899b5
PR: ports/88288 Submitted by: Jean Milanez Melo <jmelo@freebsdbrasil.com.br>
15 lines
556 B
Plaintext
15 lines
556 B
Plaintext
Darts: Double-ARray Trie System
|
|
|
|
This is a C++ template library that implements Double-Array [Aoe
|
|
1989]. Currently only Japanese documentation is provided.
|
|
|
|
* [Aoe1989] Aoe, J. An Efficient Digital Search Algorithm by Using a
|
|
Double-Array Structure. IEEE Transactions on Software
|
|
Engineering. Vol. 15, 9 (Sep 1989). pp. 1066-1077.
|
|
|
|
* [Datrie] Theppitak Karoonboonyanan An Implementation of Double-Array
|
|
Triehttp://www.links.nectec.or.th/~thep/datrie/
|
|
|
|
Author: Taku Kudoh <taku-ku@is.aist-nara.ac.jp>
|
|
WWW: http://www.chasen.org/~taku/software/darts/
|